[nem-bug] [Nemerle 0000563]: Generic parameters are not correctly inherited in nested type of nested type of generic type

feedback at nemerle.org feedback at nemerle.org
Sat Nov 12 17:06:30 CET 2005


The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=563> 
======================================================================
Reported By:                nazgul
Assigned To:                malekith
======================================================================
Project:                    Nemerle
Issue ID:                   563
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             11-06-2005 20:30 CET
Last Modified:              11-12-2005 17:06 CET
======================================================================
Summary:                    Generic parameters are not correctly inherited in
nested type of nested type of generic type
Description: 
using System;

public class Set['a] 
{
   class A {
      class B {
         x : A;
      }
   }
}


======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0000561 Compiler internal error when defining n...
======================================================================

----------------------------------------------------------------------
 malekith - 11-12-05 17:06 
----------------------------------------------------------------------
Resolved in 5930

Issue History
Date Modified  Username       Field                    Change              
======================================================================
11-06-05 20:30 nazgul         New Issue                                    
11-06-05 20:31 nazgul         Relationship added       related to 0000561  
11-06-05 20:32 nazgul         Status                   new => confirmed    
11-12-05 17:06 malekith       Status                   confirmed => resolved
11-12-05 17:06 malekith       Resolution               open => fixed       
11-12-05 17:06 malekith       Assigned To               => malekith        
11-12-05 17:06 malekith       Note Added: 0001016                          
======================================================================




More information about the bugs mailing list