jdk-24/langtools/test/tools/javac/missingSuperRecovery/MissingSuperRecovery.out
Maurizio Cimadamore 198f2427b4 6769027: Source line should be displayed immediately after the first diagnostic line
Added support for customizing diagnostic output via API/command line flags

Reviewed-by: jjg
2009-02-13 11:57:33 +00:00

6 lines
147 B
Plaintext

MissingSuperRecovery.java:15: cannot access base
public class MissingSuperRecovery extends impl {
^
class file for base not found
1 error