langtools/test/tools/javac/InterfaceMemberClassModifiers.out
author mfang
Tue, 08 Mar 2011 23:43:09 -0800
changeset 8639 342d286db293
parent 10 06bc494ca11e
permissions -rw-r--r--
7025324: NLS: t13y fix for 7022005 [ja,zh_CN] javadoc, part of navigation bar in generated html are not translated Reviewed-by: yhuang, ogino, jennyh
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