forbid access to package local statics via inheritance from another package (IDEA-66493)

This commit is contained in:
anna
2013-07-17 16:26:18 +02:00
parent 915fddf648
commit 650fdb9ff1
5 changed files with 33 additions and 1 deletions
@@ -0,0 +1,6 @@
package p2;
import p1.A;
public class B extends A {
}