mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
align message according to javac (IDEA-178211)
This commit is contained in:
+1
-1
@@ -12,5 +12,5 @@ abstract public class a1 {
|
||||
}
|
||||
|
||||
interface ii {
|
||||
<error descr="Interface methods cannot have body">int iif(int i) throws Exception</error> { return 2; }
|
||||
<error descr="Interface abstract methods cannot have body">int iif(int i) throws Exception</error> { return 2; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user