test/tools/javac/protectedAccess/ProtectedMemberAccess4.java

changeset 611
4172cfff05f0
parent 288
d402db1005ad
child 2525
2eb010b6cb22
equal deleted inserted replaced
610:3640b60bd0f6 611:4172cfff05f0
2 * @test /nodynamiccopyright/ 2 * @test /nodynamiccopyright/
3 * @bug 4319507 4785453 3 * @bug 4319507 4785453
4 * @summary Verify correct implementation of JLS2e 6.6.2.1 4 * @summary Verify correct implementation of JLS2e 6.6.2.1
5 * @author maddox 5 * @author maddox
6 * 6 *
7 * @compile/fail/ref=ProtectedMemberAccess4.out -XDstdout -XDdiags=-simpleNames -XDdiagsFormat=%b:%l:%_%m ProtectedMemberAccess4.java 7 * @compile/fail/ref=ProtectedMemberAccess4.out -XDdiags=-simpleNames -XDdiagsFormat=%b:%l:%_%m ProtectedMemberAccess4.java
8 */ 8 */
9 9
10 // 33 errors expected. 10 // 33 errors expected.
11 11
12 import pkg.SuperClass; 12 import pkg.SuperClass;

mercurial