blob: d1a1f41c7bc0d06b9aca6d9dc6c42d6609e322bd [file] [log] [blame]
interface Foo {
public static void bar1() {}
public <error descr="Illegal combination of modifiers: 'abstract' and 'static'">abstract</error> static void bar2() {}
}