[FIR] Fix missing receiver type if anonymous function without label
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
// !CHECK_TYPE
|
||||
|
||||
fun test(a: Array<out String>) {
|
||||
val b = a.toList()
|
||||
|
||||
b checkType { <!UNRESOLVED_REFERENCE!>_<!><List<String>>() }
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// !CHECK_TYPE
|
||||
|
||||
fun test(a: Array<out String>) {
|
||||
|
||||
Reference in New Issue
Block a user