[FIR] Good test data fixes (around captured types)
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ interface B<E> {
|
||||
}
|
||||
|
||||
fun foo(x: B<in CharSequence>, y: A<CharSequence>) {
|
||||
x.foo(y)
|
||||
x.<!INAPPLICABLE_CANDIDATE!>foo<!>(y)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user