Field restriction goes too far in 2.12 #10136
Labels
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
should compile
valueclass
Milestone
This compiles and works in 2.11.8, does not compile in 2.12.
Bar is included only to demonstrate that a universal trait with an abstract val is perfectly useful.
In 2.12 it fails with "error: field definition is not allowed in universal trait extending from class Any"
The text was updated successfully, but these errors were encountered: