[#29] | project: compiler | priority: medium | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Michel | Martin | fixed | 2003-06-04 15:18:55.0 | |
subject | crash due to "for" loop | |||
code |
object Main { def f[a]: List[List[a]] = for (val l1 <- Nil; val l2 <- Nil) yield l1; } |
|||
what happened | A compiler crash in Erasure, although I suspect the problem to be one of types. |
|||
what expected | ||||
[back to overview] |