[nem-bug] [Nemerle 0000589]: ICE in Typer for locked yield
feedback at nemerle.org
feedback at nemerle.org
Thu Dec 22 22:10:30 CET 2005
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=589>
======================================================================
Reported By: nazgul
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 589
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 12-22-2005 22:10 CET
Last Modified: 12-22-2005 22:10 CET
======================================================================
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
======================================================================
More information about the bugs
mailing list