Menu

#10 Check name analysis

CVS_HEAD
open
nobody
9
2002-10-22
2002-10-22
Kis Gergely
No

The name analysis does not honor the visibility /
accessibility information.

The following source:

class A {
private class B {
}
}

class C: A.B {

}

finds the class A.B for use by C.

Is this the right behaviour?

Discussion


Log in to post a comment.