mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
moved java resolve tests to community
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class C {
|
||||
class I {}
|
||||
class A extends I {}
|
||||
class B extends I {}
|
||||
|
||||
<T> T f(T t1, T t2) {return null;}
|
||||
|
||||
void foo () {
|
||||
Object o = <ref>f (new A(), new B ());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user