[nem-bug] [Nemerle 0000589]: ICE in Typer for locked yield
feedback at nemerle.org
feedback at nemerle.org
Fri May 5 13:27:54 CEST 2006
The following issue has been ASSIGNED.
======================================================================
<http://nemerle.org/bugs/view.php?id=589>
======================================================================
Reported By: nazgul
Assigned To: malekith
======================================================================
Project: Nemerle
Issue ID: 589
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 12-22-2005 22:10 CET
Last Modified: 05-05-2006 13:27 CEST
======================================================================
Summary: ICE in Typer for locked yield
Description:
class X {
a () : System.Collections.IEnumerable
{
lock (this){
yield "a";
yield "b";
}
}
static Main () : void {}
}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
12-22-05 22:10 nazgul New Issue
05-05-06 13:27 malekith Status new => assigned
05-05-06 13:27 malekith Assigned To => malekith
======================================================================
More information about the bugs
mailing list