scala-ide / scala-worksheet

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

Wrong instrumentation for for-loops #100

Closed dotta closed 12 years ago

dotta commented 12 years ago
object a {
  for (x <- List(1,2,3)) yield x*x
}

Moved from https://issues.scala-lang.org/browse/SI-6270