source: trunk/openjdk/langtools/test/tools/javac/OverridePosition.out

Last change on this file was 2, checked in by dmik, 15 years ago

Imported OpenJDK 6 b19 sources from Oracle.

File size: 400 bytes
Line 
1OverridePosition.java:17: method() in T4524388.Testa cannot implement method() in T4524388.Interface; attempting to assign weaker access privileges; was public
2 void method() {}
3 ^
4OverridePosition.java:24: method() in T4524388.A cannot implement method() in T4524388.Interface; attempting to assign weaker access privileges; was public
5class B extends A implements Interface {
6^
72 errors
Note: See TracBrowser for help on using the repository browser.