langtools/test/tools/javac/T5003235/T5003235a.out
author duke
Wed, 05 Jul 2017 16:37:21 +0200
changeset 572 18dc4ba4739a
parent 10 06bc494ca11e
child 41931 d7c9720c4223
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
T5003235a.java:21: defaultM() in Super.Inner is defined in an inaccessible class or interface
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
        i.defaultM();
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
         ^
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
T5003235a.java:22: protectedM() in Super.Inner is defined in an inaccessible class or interface
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
        i.protectedM();
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
         ^
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
T5003235a.java:23: publicM() in Super.Inner is defined in an inaccessible class or interface
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
        i.publicM();
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
         ^
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
T5003235a.java:24: privateM() in Super.Inner is defined in an inaccessible class or interface
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
        i.privateM();
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
         ^
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
4 errors