langtools/test/tools/javac/warnings/6594914/T6594914b.java
changeset 30730 d3ce7619db2c
parent 8236 0d8646b7c602
child 33021 8a0d5889acea
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 /**
     1 /**
     2  * @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     3  * @bug 6594914
     3  * @bug 6594914
     4  * @summary \\@SuppressWarnings("deprecation") does not not work for the type of a variable
     4  * @summary \\@SuppressWarnings("deprecation") does not not work for the type of a variable
       
     5  * @modules java.base/sun.misc
     5  * @compile/ref=T6594914b.out -XDenableSunApiLintControl -XDrawDiagnostics -Xlint:sunapi T6594914b.java
     6  * @compile/ref=T6594914b.out -XDenableSunApiLintControl -XDrawDiagnostics -Xlint:sunapi T6594914b.java
     6  */
     7  */
     7 
     8 
     8 
     9 
     9 class T6747671b {
    10 class T6747671b {