[#954] | project: compiler | priority: low | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Nikolay | Martin | fixed | 2007-02-18 10:14:57.0 | |
subject | [contrib #342] Infinite error message | |||
code |
object Test { def x = Array[Int](2) } |
|||
what happened | Gives infinite error message! |
|||
what expected | ||||
[back to overview] |
Nikolay edited on 2007-02-18 10:16:03.0 |
contribution #342 |
Martin edited on 2007-02-19 14:52:30.0 |
Can't reproduce in latest build. |
Nikolay edited on 2007-02-19 15:52:28.0 |
The problem is still there (rev 10038). The definition has to be wrapped in an object/class though. Changed the code sample and reopened it. |
Martin edited on 2007-02-19 17:17:53.0 |