mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
testdata for IDEA-57313
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
|
||||
class A<T>{
|
||||
class B{}
|
||||
}
|
||||
|
||||
class C<T extends Throwable> extends A<T> {
|
||||
void foo(C<?>.B b){ bar<error descr="'bar(A<java.lang.Throwable>.B)' in 'C' cannot be applied to '(A<capture<?>>.B)'">(b)</error>; }
|
||||
<T extends Throwable> void bar(A<T>.B b){}
|
||||
}
|
||||
Reference in New Issue
Block a user