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.
trait Bar { def bar: Int } class Foo { self : Bar => }
2 |class Foo { self : Bar => } | ^ | class Foo needs to be abstract, since def bar: => Int is not defined one error found
It is allowed in Scalac