b79126e437
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
|