mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
testdata for IDEA-139067
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import java.util.*;
|
||||
|
||||
interface A<T extends ArrayList<T>> {
|
||||
A<<error descr="Type parameter '? extends List<Object>' is not within its bound; should extend 'java.util.ArrayList<? extends java.util.List<java.lang.Object>>'">? extends List<Object></error>> foo();
|
||||
A<? extends List<T>> foo1();
|
||||
}
|
||||
Reference in New Issue
Block a user