[nem-bug] [Nemerle 0000879]: Bogus error about inconsistent accessibility

feedback at nemerle.org feedback at nemerle.org
Tue Feb 6 10:13:37 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=879> 
======================================================================
Reported By:                nikov
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   879
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             02-06-2007 10:13 CET
Last Modified:              02-06-2007 10:13 CET
======================================================================
Summary:                    Bogus error about inconsistent accessibility
Description: 
public class X {
	protected module A {
		public class C[T] {}
		public Foo[T]() : void where T : C[T] {	} /* error : method X.A.Foo() :
void is more accessible than `X.A.C' */
	}
}

In fact, the accessibility is OK.
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-06-07 10:13 nikov          New Issue                                    
======================================================================




More information about the bugs mailing list