We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lots of modifiers are allowed on objects, but they do not seem to have any semantics.
object
In fact, you can have a
sealed final abstract case object Foo
But sadly
abstract object Foo { def x : String }
doesn't compile, haha.
Perhaps those modifiers should be reported as errors?