langtools/test/tools/javac/InterfaceMemberClassModifiers.out
author andrew
Thu, 03 Jun 2010 19:37:48 +0100
changeset 5639 730861c04a99
parent 10 06bc494ca11e
permissions -rw-r--r--
6958257: Add support for alpha Summary: Allow the Zero port to be built on alpha architectures Reviewed-by: ohair
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