[FIR] Fix missing receiver type if anonymous function without label
This commit is contained in:
Vendored
+1
-1
@@ -5,5 +5,5 @@ interface A<T : A<T?>?> {
|
||||
fun foo(): T?
|
||||
}
|
||||
fun testA(a: A<*>) {
|
||||
a.foo() checkType { <!UNRESOLVED_REFERENCE!>_<!><A<*>?>() }
|
||||
a.foo() checkType { <!INAPPLICABLE_CANDIDATE!>_<!><A<*>?>() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user