mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
testdata for IDEA-116493
(cherry picked from commit 9270256d3bb30a40be89fee9609f49f288a69040)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
void foo() {
|
||||
List<List<?>> a = bar();
|
||||
}
|
||||
|
||||
<T> List<List<T>> bar() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user