[nem-bug] [Nemerle 0000891]: Inherited nested types are not accessible in some contexts

feedback at nemerle.org feedback at nemerle.org
Mon Feb 12 16:33:18 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=891> 
======================================================================
Reported By:                nikov
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   891
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             02-12-2007 16:33 CET
Last Modified:              02-12-2007 16:33 CET
======================================================================
Summary:                    Inherited nested types are not accessible in some
contexts
Description: 
public class A[T] {
	public class B { }
}

public class C : A[int] { }

public class D : C.B // Error
{ }


_ = C.B() // OK 
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-12-07 16:33 nikov          New Issue                                    
======================================================================




More information about the bugs mailing list