langtools/test/tools/javac/T5003235/T5003235b.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
T5003235b.java:28: k in Outer.Inner is defined in an inaccessible class or interface
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
        System.out.println("Value of k: " + outer.inner.k);
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
                                                       ^
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
T5003235b.java:29: l in Outer.Inner is defined in an inaccessible class or interface
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
        System.out.println("Value of l: " + outer.inner.l);
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
                                                       ^
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
T5003235b.java:30: m in Outer.Inner is defined in an inaccessible class or interface
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
        System.out.println("Value of m: " + outer.inner.m);
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
                                                       ^
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
T5003235b.java:31: n in Outer.Inner is defined in an inaccessible class or interface
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
        System.out.println("Value of n: " + outer.inner.n);
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
                                                       ^
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
4 errors