mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
testdata for IDEA-57290
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
|
||||
class A<T,S> {
|
||||
class B{}
|
||||
}
|
||||
|
||||
class C {
|
||||
void foo(A<?,?>.B x){
|
||||
bar<error descr="'bar(A<capture<?>,capture<?>>.B)' in 'C' cannot be applied to '(A<capture<?>,capture<?>>.B)'">(x)</error>;
|
||||
}
|
||||
<T> void bar(A<T,T>.B x){}
|
||||
}
|
||||
Reference in New Issue
Block a user