test/tools/javac/ExtendsAccess/ExtendsAccess.java

changeset 69
82c7aa6fe50a
parent 1
9a66ca7c79fa
child 611
4172cfff05f0
equal deleted inserted replaced
68:c33f7ddeeff2 69:82c7aa6fe50a
1 /* 1 /*
2 * @test /nodynamiccopyright/ 2 * @test /nodynamiccopyright/
3 * @bug 4087314 4087314 4785453 3 * @bug 4087314 4087314 4785453
4 * @summary Test access checking within 'extends' and 'implements' clause. 4 * @summary Test access checking within 'extends' and 'implements' clause.
5 * @author William Maddox (maddox) 5 * @author William Maddox (maddox)
6 * @run shell ExtendsAccess.sh 6 * @compile/fail/ref=ExtendsAccess.out -XDrawDiagnostics -XDstdout ExtendsAccess.java
7 */ 7 */
8 8
9 /* 9 /*
10 * Should compile with errors as noted. 10 * Should compile with errors as noted.
11 */ 11 */

mercurial