/**
* @test /nodynamiccopyright/
* @bug 6594914
* @summary \\@SuppressWarnings("deprecation") does not not work for the type of a variable
* @compile/ref=T6594914b.out -XDenableSunApiLintControl -XDrawDiagnostics -Xlint:sunapi T6594914b.java
*/
class T6747671b {
@SuppressWarnings("sunapi")
@SuppressWarnings("sunapi")
void test() {
@SuppressWarnings("sunapi")
}
}