scala-ide / scala-worksheet

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

Inner class/object declarations are not evaluated #65

Open dotta opened 12 years ago

dotta commented 12 years ago
object o {
  case class A(v: Int)
}

I would expect that the inner case class declaration would be evaluated to its toString value.