< prev index next >

test/langtools/tools/javac/generics/diamond/neg/Neg09b.java

Print this page

        

*** 2,12 **** * @test /nodynamiccopyright/ * @bug 7020044 8062373 * * @summary Check that diamond is not allowed with anonymous inner class expressions at source < 9 * @author Maurizio Cimadamore ! * @compile/fail/ref=Neg09b.out Neg09b.java -source 8 -XDrawDiagnostics * */ class Neg09b { --- 2,12 ---- * @test /nodynamiccopyright/ * @bug 7020044 8062373 * * @summary Check that diamond is not allowed with anonymous inner class expressions at source < 9 * @author Maurizio Cimadamore ! * @compile/fail/ref=Neg09b.out Neg09b.java -source 8 -XDrawDiagnostics -Xlint:-options * */ class Neg09b {
< prev index next >