scala-ide / scala-worksheet

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

Empty worksheet leads to exceptio #166

Open dragos opened 10 years ago

dragos commented 10 years ago
object scratch{
}

leads to NoSuchMethodError: main in a dialog.

dotta commented 10 years ago

The same happens when you have a single import

object p2collections {
  import scala.collection.mutable  
}
skyluc commented 10 years ago

Other instance of the problem: https://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1002218