mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
test data fo IDEA-57337
This commit is contained in:
@@ -118,4 +118,11 @@ class Example {
|
||||
private interface Matcher<T> {
|
||||
void foo(T t);
|
||||
}
|
||||
}
|
||||
|
||||
abstract class IDEA57337<<warning descr="Type parameter 'S' is never used">S</warning>> {
|
||||
abstract <T> void foo(IDEA57337<? super IDEA57337<T>> x);
|
||||
void bar(IDEA57337<? super IDEA57337<?>> x){
|
||||
foo(x);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user