mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 10:51:06 +07:00
Test fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
interface Foo {
|
||||
public static void bar1() {}
|
||||
public <error descr="Illegal combination of modifiers: 'abstract' and 'static'">abstract</error> static void bar2() {}
|
||||
}
|
||||
Reference in New Issue
Block a user