mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
testdata for IDEA-139169
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
import java.util.List;
|
||||
|
||||
interface A<T extends A<T> & Cloneable> { }
|
||||
|
||||
class C {
|
||||
List<A<? extends A<?>>> foo(List<A<?>> x) {
|
||||
return x;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user