mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
moved java resolve tests to community
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
abstract public class YYY implements I,II{
|
||||
private void f(YYY y) {
|
||||
II i = y.<ref>foo();
|
||||
}
|
||||
}
|
||||
interface I {
|
||||
I foo();
|
||||
}
|
||||
interface II extends I {
|
||||
II foo();
|
||||
}
|
||||
Reference in New Issue
Block a user