mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
testdata for IDEA-57336
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
|
||||
abstract class A<<warning descr="Type parameter 'S' is never used">S</warning>> {
|
||||
abstract <T> void foo(A<? extends A<T>> x);
|
||||
void bar(A<? extends A> x){
|
||||
foo<error descr="'foo(A<? extends A<java.lang.Object>>)' in 'A' cannot be applied to '(A<capture<? extends A>>)'">(x)</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user