mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
testdata for IDEA-57284
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
abstract class A<S> {
|
||||
abstract <T extends S> void foo();
|
||||
void bar(A<? super Exception> x){
|
||||
x.<<error descr="Type parameter 'String[]' is not within its bound; should extend 'capture<? super java.lang.Exception>'">String[]</error>>foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user