test/tools/javac/generics/diamond/neg/Neg11.java

changeset 914
ca32f2986301
parent 537
9d9d08922405
child 2525
2eb010b6cb22
equal deleted inserted replaced
913:74f0c05c51eb 914:ca32f2986301
1 /* 1 /*
2 * @test /nodynamiccopyright/ 2 * @test /nodynamiccopyright/
3 * @bug 6939620 3 * @bug 6939620 7020044
4 * 4 *
5 * @summary Switch to 'complex' diamond inference scheme 5 * @summary Check that unresolved symbols doesn't cause spurious diamond diagnostics
6 * @author mcimadamore 6 * @author mcimadamore
7 * @compile/fail/ref=Neg11.out Neg11.java -XDrawDiagnostics 7 * @compile/fail/ref=Neg11.out Neg11.java -XDrawDiagnostics
8 * 8 *
9 */ 9 */
10 10

mercurial