test/tools/javac/NonStaticFieldExpr3.java

changeset 69
82c7aa6fe50a
parent 1
9a66ca7c79fa
child 611
4172cfff05f0
equal deleted inserted replaced
68:c33f7ddeeff2 69:82c7aa6fe50a
1 /* @test /nodynamiccopyright/ 1 /* @test /nodynamiccopyright/
2 @bug 4087127 4785453 2 @bug 4087127 4785453
3 @author dps 3 @author dps
4 @summary class: instance access through types is not allowed 4 @summary class: instance access through types is not allowed
5 5
6 @run shell NonStaticFieldExpr3.sh 6 @compile/fail/ref=NonStaticFieldExpr3.out -XDrawDiagnostics -XDstdout NonStaticFieldExpr3.java
7 */ 7 */
8 8
9 class NonStaticFieldExpr3 { 9 class NonStaticFieldExpr3 {
10 public int x; 10 public int x;
11 } 11 }

mercurial