jdk-24/langtools/test/tools/javac/generics/CheckNoDuplicateErrors.out
Srikanth Adayapalam b79126e437 8073616: Duplicate error message: cannot inherit from final (class) F
Ensure that the compiler does not emit duplicate errors at slightly different source positions.

Reviewed-by: mcimadamore
2015-11-13 18:09:36 +05:30

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