langtools/test/tools/javac/missingSuperRecovery/MissingSuperRecovery.out
author mcimadamore
Fri, 13 Feb 2009 11:57:33 +0000
changeset 2085 4792e12a8ca2
parent 10 06bc494ca11e
permissions -rw-r--r--
6769027: Source line should be displayed immediately after the first diagnostic line Summary: Added support for customizing diagnostic output via API/command line flags Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
MissingSuperRecovery.java:15: cannot access base
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
public class MissingSuperRecovery extends impl {
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
       ^
2085
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents: 10
diff changeset
     4
  class file for base not found
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
1 error