scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Error instantiating inner class of worksheet object in Windows #95

Closed luigip closed 12 years ago

luigip commented 12 years ago

The code

object Worksheet {
  class Foo
  new Foo
}

in a Worksheet causes an error ';' expected but identifier found. in Windows.

See http://stackoverflow.com/q/12736485/770361

dotta commented 12 years ago

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.