langtools/test/tools/javac/InterfaceMemberClassModifiers.out
author jjg
Fri, 09 Apr 2010 15:39:39 -0700
changeset 5319 63dc7f367a37
parent 10 06bc494ca11e
permissions -rw-r--r--
6942649: add hidden option to identify location and version of javac classes Reviewed-by: darcy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
InterfaceMemberClassModifiers.java:28: illegal combination of modifiers: public and protected
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
    protected class SomeClass3 implements InterfaceMemberClassModifiers {       // illegal
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
              ^
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
InterfaceMemberClassModifiers.java:34: illegal combination of modifiers: public and private
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
    private class SomeClass4 implements InterfaceMemberClassModifiers {         // illegal
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
            ^
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
2 errors