[nem-bug] [Nemerle 0000874]: Enum inside polymorpic type does not
compile
feedback at nemerle.org
feedback at nemerle.org
Mon Feb 5 16:19:10 CET 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=874>
======================================================================
Reported By: nikov
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 874
Category: Compiler
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 02-05-2007 16:19 CET
Last Modified: 02-05-2007 16:19 CET
======================================================================
Summary: Enum inside polymorpic type does not compile
Description:
class A[T]
{
enum E { | A } /* error : enums cannot have generic type parameters */
}
(Note: In C#, it is OK)
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
02-05-07 16:19 nikov New Issue
======================================================================
More information about the bugs
mailing list