langtools/test/tools/javac/OverridePosition.out
changeset 10 06bc494ca11e
child 2984 e15ff3a34054
equal deleted inserted replaced
0:fd16c54261b3 10:06bc494ca11e
       
     1 OverridePosition.java:17: method() in T4524388.Testa cannot implement method() in T4524388.Interface; attempting to assign weaker access privileges; was public
       
     2     void method() {}
       
     3          ^
       
     4 OverridePosition.java:24: method() in T4524388.A cannot implement method() in T4524388.Interface; attempting to assign weaker access privileges; was public
       
     5 class B extends A implements Interface {
       
     6 ^
       
     7 2 errors