-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b56
-
generic
-
solaris_8
enum A implements I {
toto {
public void m() {
}
}
}
interface I {
void m();
}
A.java:1: A is not abstract and does not override abstract method m() in I
enum A implements I {
^
toto {
public void m() {
}
}
}
interface I {
void m();
}
A.java:1: A is not abstract and does not override abstract method m() in I
enum A implements I {
^