Test fixed

This commit is contained in:
Roman Shevchenko
2013-02-14 20:12:03 +01:00
parent b64286749d
commit 6910c2e3ab
2 changed files with 10 additions and 12 deletions

View File

@@ -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() {}
}