mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
testdata for IDEA-57502
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
|
||||
interface I<T> {}
|
||||
abstract class X {
|
||||
abstract <T> T foo(T x, T y);
|
||||
|
||||
void bar(
|
||||
I<I<? super I<? super I<Throwable>>>> x,
|
||||
I<I<? super I<? super I<Exception>>>> y){
|
||||
I<? extends I<? super I<? super I<?>>>> foo = foo(x, y);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user