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.
This happens to me with embarrassing regularity:
trait A { def a: Int } def foo(a: Int) { new A { def a = a } }
A warning would be lovely. If could be cleared with def a = this.a in case someone really wants to use this construct to contribute to global warming.
def a = this.a