< prev index next >

test/langtools/tools/javac/diags/examples/TypeAnnotationsNotSupported.java

Print this page

        

*** 21,32 **** * questions. */ // key: compiler.err.feature.not.supported.in.source.plural // key: compiler.misc.feature.type.annotations ! // key: compiler.warn.source.no.bootclasspath ! // options: -source 7 @interface Anno { } class TypeAnnotationsNotSupported { void m() { --- 21,31 ---- * questions. */ // key: compiler.err.feature.not.supported.in.source.plural // key: compiler.misc.feature.type.annotations ! // options: -source 7 -Xlint:-options @interface Anno { } class TypeAnnotationsNotSupported { void m() {
< prev index next >