Closed luigip closed 12 years ago
The code
object Worksheet { class Foo new Foo }
in a Worksheet causes an error ';' expected but identifier found. in Windows.
';' expected but identifier found.
See http://stackoverflow.com/q/12736485/770361
As Iulian mentioned in the linked SO discussion, this bug was fixed in the Scala compiler. To see it working, please update to a nightly build of the Scala IDE.
The code
in a Worksheet causes an error
';' expected but identifier found.
in Windows.See http://stackoverflow.com/q/12736485/770361