mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
testdata fixed
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ class Test {
|
||||
|
||||
{
|
||||
<error descr="Static interface method invocations are not supported at this language level">I.foo();</error>
|
||||
<error descr="Static interface method invocations are not supported at this language level">IImpl.foo();</error>
|
||||
<error descr="Static interface method invocations are not supported at this language level">I2.foo();</error>
|
||||
IImpl.<error descr="Static interface method invocations are not supported at this language level">foo</error>();
|
||||
I2.<error descr="Static interface method invocations are not supported at this language level">foo</error>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user