mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
Java: improve error message - repeated modifier (IDEA-330995)
GitOrigin-RevId: c2e4ddef81f2df01c0cd16ebc989f8130d255056
This commit is contained in:
committed by
intellij-monorepo-bot
parent
378f251ba2
commit
13826505b1
@@ -1,4 +1,4 @@
|
||||
interface Foo {
|
||||
public static void bar1() {}
|
||||
public <error descr="Illegal combination of modifiers: 'abstract' and 'static'">abstract</error> static void bar2() {}
|
||||
public <error descr="Illegal combination of modifiers 'abstract' and 'static'">abstract</error> static void bar2() {}
|
||||
}
|
||||
Reference in New Issue
Block a user