langtools/test/tools/javac/NonStaticFieldExpr3.java
changeset 863 3113c955a388
parent 10 06bc494ca11e
child 6150 d055fa8ced62
equal deleted inserted replaced
862:44f1d401c8f5 863:3113c955a388
     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 }