-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 5.0
-
Component/s: tools
-
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 {
^