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.
{
In scalac it is possible to compile the following:
def foo(x: Int) { x }
In dotty with -language:Scala2 the following error is emitted.
-language:Scala2
| x | ^ | not found: x
This kind of code can be found in scala/io/Source.scala and this is why it is not whitelisted.
scala/io/Source.scala