mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00

Ensure that the compiler does not emit duplicate errors at slightly different source positions. Reviewed-by: mcimadamore
4 lines
274 B
Text
4 lines
274 B
Text
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
|