mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
method refs: static testdata, apply qualifier substitutor
This commit is contained in:
@@ -19,3 +19,18 @@ class MyTest {
|
||||
new B().m(10);
|
||||
}
|
||||
}
|
||||
|
||||
class MyTest1 {
|
||||
|
||||
interface I {
|
||||
void m();
|
||||
}
|
||||
|
||||
void call(I s) {}
|
||||
|
||||
I i = <error descr="Cannot resolve symbol 'NonExistentType'">NonExistentType</error>::m;
|
||||
|
||||
{
|
||||
call(<error descr="Cannot resolve symbol 'NonExistentType'">NonExistentType</error>::m);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user