[FIR] Fix missing receiver type if anonymous function without label
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ fun noCoercionLastExpressionUsedAsReturnArgument() {
|
||||
42
|
||||
}
|
||||
|
||||
a checkType { <!UNRESOLVED_REFERENCE!>_<!><() -> Int>() }
|
||||
a checkType { _<() -> Int>() }
|
||||
}
|
||||
|
||||
fun noCoercionBlockHasExplicitType() {
|
||||
|
||||
Reference in New Issue
Block a user