langtools/test/tools/javac/missingSuperRecovery/MissingSuperRecovery.out
author duke
Wed, 05 Jul 2017 20:10:53 +0200
changeset 27979 cc2cf80c2f39
parent 2085 4792e12a8ca2
permissions -rw-r--r--
Merge
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