mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-20 15:25:27 +00:00
Ensure that the compiler does not emit duplicate errors at slightly different source positions. Reviewed-by: mcimadamore
5 lines
274 B
Plaintext
5 lines
274 B
Plaintext
CheckNoDuplicateErrors.java:13:45: compiler.err.cant.inherit.from.final: CheckNoDuplicateErrors_01
|
|
CheckNoDuplicateErrors.java:14:48: compiler.err.intf.expected.here
|
|
CheckNoDuplicateErrors.java:15:39: compiler.err.cant.inherit.from.final: CheckNoDuplicateErrors_01
|
|
3 errors
|