test/tools/javac/HiddenAbstractMethod/Test.java

changeset 0
959103a6100f
child 2525
2eb010b6cb22
equal deleted inserted replaced
-1:000000000000 0:959103a6100f
1 /*
2 * @test
3 * @bug 1240831
4 * @summary Certain classes should have been reported as abstract, but
5 * the compiler failed to detect this. This comes up when a
6 * subclass declares a method with the same name as an
7 * unimplemented, unaccessible method in a superclass. Even though
8 * the method has the same name, it does not override.
9 * @author turnidge
10 *
11 * @compile/fail one/Parent.java two/Child.java
12 */

mercurial