-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b40
-
generic
-
solaris_8
The following regression failure is due to a change in java.lang.annotation.Annotation that wasn't reconciled with the javac regression test suite.
/u/ws/auto/tiger/test/tools/javac/annotations/pos/ClassB.java:1: ClassB is not abstract and does not override abstract method annotationType() in java.lang.annotation.Annotation
class ClassB implements ClassA {
^
1 error
result: Failed. Compilation failed
/u/ws/auto/tiger/test/tools/javac/annotations/pos/ClassB.java:1: ClassB is not abstract and does not override abstract method annotationType() in java.lang.annotation.Annotation
class ClassB implements ClassA {
^
1 error
result: Failed. Compilation failed