8afd89977c
Allow diamond inference in combination with anonymous class instance creation Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com> Reviewed-by: mcimadamore, vromero
6 lines
377 B
Plaintext
6 lines
377 B
Plaintext
Neg13.java:36:23: compiler.err.does.not.override.abstract: compiler.misc.anonymous.class: Neg13$3, foo(), Neg13.A
|
|
Neg13.java:40:24: compiler.err.does.not.override.abstract: compiler.misc.anonymous.class: Neg13$4, foo(), Neg13.A
|
|
Neg13.java:44:13: compiler.err.abstract.cant.be.instantiated: Neg13.A
|
|
Neg13.java:47:14: compiler.err.abstract.cant.be.instantiated: Neg13.A
|
|
4 errors
|