mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test++
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class A<T>{
|
||||
void foo(T t){}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
class Test<R> extends A <R>{
|
||||
public R myT;
|
||||
|
||||
void foo(R t){}
|
||||
|
||||
void bar(){
|
||||
foo(myT);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user