mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
fix testdata
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@
|
||||
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>;
|
||||
foo<error descr="'foo(A<? extends A<T>>)' in 'A' cannot be applied to '(A<capture<? extends A>>)'">(x)</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user