[nem-bug] [Nemerle 0000595]: too rigid protected member checkign in
nested types
feedback at nemerle.org
feedback at nemerle.org
Tue Jan 3 17:32:52 CET 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=595>
======================================================================
Reported By: malekith
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 595
Category: Compiler (type engine)
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 01-03-2006 17:32 CET
Last Modified: 01-03-2006 17:32 CET
======================================================================
Summary: too rigid protected member checkign in nested types
Description:
following should compile:
class A {
protected x : int;
}
class B:A {
class C {
public foo(b : B) : void { _ = b.x; }
}
}
()
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
01-03-06 17:32 malekith New Issue
======================================================================
More information about the bugs
mailing list