scala-ide / scala-worksheet

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

Decode special names, as in val * = 3 #62

Closed dotta closed 11 years ago

dotta commented 12 years ago
object o {
  val * = 3                                       //> $times : Int = 3
}

It would be nice it would printed as //> * : Int = 3 (just like in the REPL)

dragos commented 11 years ago

Fixed on the compiler side, available in the nightly.