langtools/test/tools/javac/HiddenAbstractMethod/Test
changeset 17964 c18cf4f1ee27
parent 17963 5374e57f0e67
parent 17815 b72ae39e1329
child 17980 94482f6cc1ac
--- a/langtools/test/tools/javac/HiddenAbstractMethod/Test	Mon Jun 03 16:10:24 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-/*
- * @test
- * @bug 1240831
- * @summary Certain classes should have been reported as abstract, but
- *          the compiler failed to detect this.  This comes up when a
- *          subclass declares a method with the same name as an
- *          unimplemented, unaccessible method in a superclass.  Even though
- *          the method has the same name, it does not override.
- * @author turnidge
- *
- * @compile/fail -nowrite one/Parent.java two/Child.java
- */