mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
testdata to check invalid method refs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class Test {
|
||||
interface I {
|
||||
void foo();
|
||||
}
|
||||
|
||||
public static void main(String[] args){
|
||||
I i = <error descr="Cannot resolve symbol 'UnknownClass'">UnknownClass</error>::wait;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user