[FIR] Fix missing receiver type if anonymous function without label
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ import kotlin.reflect.KSuspendFunction0
|
||||
suspend fun foo() {}
|
||||
|
||||
fun test() {
|
||||
::foo checkType { <!UNRESOLVED_REFERENCE!>_<!><KSuspendFunction0<Unit>>() }
|
||||
::foo checkType { <!INAPPLICABLE_CANDIDATE!>_<!><KSuspendFunction0<Unit>>() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user