[#373] | project: compiler | priority: low | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Matthias | Martin | fixed | 2004-11-01 12:35:58.0 | |
subject | Typechecker doesn't terminate | |||
code |
class A with B; class B: A with B; |
|||
what happened | The compiler issues the following error message, but loops afterwards.T.scala:2: illegal cyclic reference involving class B class B: A with B; |
|||
what expected | No infinite loop. | |||
[back to overview] |
Matthias edited on 2004-11-01 12:36:22.0 |
Martin edited on 2004-11-18 16:20:41.0 |