[FIR] Fix missing receiver type if anonymous function without label
This commit is contained in:
@@ -19,6 +19,6 @@ class In<in F> {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
A.foo().x() checkType { <!UNRESOLVED_REFERENCE!>_<!><Any?>() }
|
||||
A.foo().x() checkType { <!INAPPLICABLE_CANDIDATE!>_<!><Any?>() }
|
||||
A.bar().y(null)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user