[nem-bug] [Nemerle 0000640]: type load exn on MS.NET with generic type overrides

feedback at nemerle.org feedback at nemerle.org
Fri May 12 22:09:49 CEST 2006


A NOTE has been added to this issue.
======================================================================
<http://nemerle.org/bugs/view.php?id=640> 
======================================================================
Reported By:                malekith
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   640
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             03-28-2006 19:35 CEST
Last Modified:              05-12-2006 22:09 CEST
======================================================================
Summary:                    type load exn on MS.NET with generic type overrides
Description: 
Quite a big testcase attached.
======================================================================

----------------------------------------------------------------------
 nazgul - 05-12-06 22:09 
----------------------------------------------------------------------
A smaller testcase:

class UtvpiTheory : System.Collections.Generic.List [UtvpiTheory.Var]
{
  class Inequality
  {}
  
  public class Var {
    public this () {
      def x = System.Collections.Generic.List.[Inequality]();
    }
  }
}

Issue History
Date Modified  Username       Field                    Change              
======================================================================
03-28-06 19:35 malekith       New Issue                                    
03-28-06 19:35 malekith       File Added: all.n                            
05-12-06 22:09 nazgul         Note Added: 0001281                          
======================================================================




More information about the bugs mailing list