I think one problem is with backwards compatibility. Say your old code has a stray whitespace, like so:
class A
object B
It is going to be interpreted differently by Dotty than former Scala versions.
I think one problem is with backwards compatibility. Say your old code has a stray whitespace, like so:
class A
object B
It is going to be interpreted differently by Dotty than former Scala versions.