scala-ide / scala-worksheet

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

Multiple top-level objects will cause errors: not found $skip and not found $show #64

Closed dotta closed 11 years ago

dotta commented 12 years ago
object Y {
 val x = 3
}
object X {
 val y = 9
}
dotta commented 11 years ago

This works fine with Scala 2.10.

dotta commented 11 years ago

Fixed!