[nem-bug] [Nemerle 0000886]: Ncc does not check consistency of
constraints
feedback at nemerle.org
feedback at nemerle.org
Sun Feb 11 18:48:10 CET 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=886>
======================================================================
Reported By: nikov
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 886
Category: Compiler
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 02-11-2007 18:48 CET
Last Modified: 02-11-2007 18:48 CET
======================================================================
Summary: Ncc does not check consistency of constraints
Description:
interface IFace {
Foo[T]() : void where T : class;
}
class Stuff : IFace {
public Foo[T]() : void where T : struct {}
}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
02-11-07 18:48 nikov New Issue
======================================================================
More information about the bugs
mailing list