mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: c2e4ddef81f2df01c0cd16ebc989f8130d255056
4 lines
168 B
Java
4 lines
168 B
Java
interface Foo {
|
|
public static void bar1() {}
|
|
public <error descr="Illegal combination of modifiers 'abstract' and 'static'">abstract</error> static void bar2() {}
|
|
} |