< prev index next >

test/langtools/tools/javac/lvti/ParserTest.java

Print this page

        

*** 1,10 **** /* * @test /nodynamiccopyright/ * @bug 8177466 * @summary Add compiler support for local variable type-inference ! * @compile -source 9 ParserTest.java * @compile/fail/ref=ParserTest.out -XDrawDiagnostics ParserTest.java */ import java.lang.annotation.ElementType; import java.lang.annotation.Target; --- 1,10 ---- /* * @test /nodynamiccopyright/ * @bug 8177466 * @summary Add compiler support for local variable type-inference ! * @compile/ref=ParserTest9.out -XDrawDiagnostics --release 9 ParserTest.java * @compile/fail/ref=ParserTest.out -XDrawDiagnostics ParserTest.java */ import java.lang.annotation.ElementType; import java.lang.annotation.Target;
< prev index next >