mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
moving tests from codeInsight-tests to community
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
class A<T> {
|
||||
public T get(T key) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
class B<K> extends A<K> {
|
||||
private A<K> a;
|
||||
|
||||
<caret>
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user