[nem-bug] [Nemerle 0000997]: CheckSTV failed: cyclic type found
feedback at nemerle.org
feedback at nemerle.org
Tue May 1 00:30:50 CEST 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=997>
======================================================================
Reported By: rameel
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 997
Category: Code Completion Engine
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 05-01-2007 00:30 CEST
Last Modified: 05-01-2007 00:30 CEST
======================================================================
Summary: CheckSTV failed: cyclic type found
Description:
public class First[T] where T : First[T], new()
{
public static CreateInstance() : T
{
T();
}
}
public class Second : First[Second]
{
}
module Program
{
Main() : void
{
def instance = Second.CreateInstance();
}
}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
05-01-07 00:30 rameel New Issue
======================================================================
More information about the bugs
mailing list