mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
change error message (IDEA-153156)
This commit is contained in:
@@ -89,7 +89,7 @@ public class a {
|
||||
// local interface
|
||||
class cc {
|
||||
void f() {
|
||||
<error descr="Modifier 'interface' not allowed here">interface i</error> {}
|
||||
<error descr="Interface not allowed here">interface i</error> {}
|
||||
}
|
||||
void ff() {
|
||||
class inn {
|
||||
|
||||
Reference in New Issue
Block a user