[nem-bug] [Nemerle 0000712]: Nested generic type problem

feedback at nemerle.org feedback at nemerle.org
Mon Jul 10 22:33:32 CEST 2006


The following issue has been SUBMITTED.
======================================================================
<https://nemerle.org/bugs/view.php?id=712> 
======================================================================
Reported By:                steffen
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   712
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             07-10-2006 22:33 CEST
Last Modified:              07-10-2006 22:33 CEST
======================================================================
Summary:                    Nested generic type problem
Description: 
The program

public class A['a] {
    class B : System.IComparable[B] {
        public CompareTo (e : B) : int {
            0
        }
    }
}

();

fails to compile:

nestedgentype.n:2:5:6:6: error: unimplemented interface method
System.IComparable.CompareTo(x : T.1) : int

======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
07-10-06 22:33 steffen        New Issue                                    
======================================================================




More information about the bugs mailing list