Compiler accepts a class as non-abstract, then the runtime system fails reporting that class as abstract #12431
Labels
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
runtime crash
Milestone
reproduction steps
using Scala 2.13.6,
problem
I believe the compiler is correct that the class does not need to be marked abstract; I would it expect it to generate code which the RTS accepts.
See also dotty issue
The text was updated successfully, but these errors were encountered: