mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 13:15:25 +07:00
show error for enums without constants but with abstract methods
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
<error descr="Enum declaration without enum constants cannot have abstract methods">enum MyEnumTest</error> {
|
||||
;
|
||||
public abstract void m();
|
||||
}
|
||||
Reference in New Issue
Block a user