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 should be an error, like it is with scalac:
object Test { def main(args: Array[String]): Unit = { var foo: String = _ } }
But with dotty it isn't, until it crashes in the backend.