7 lines
125 B
Kotlin
Vendored
7 lines
125 B
Kotlin
Vendored
// WITH_STDLIB
|
|
|
|
import kotlin.collections.forEach as forEach1
|
|
|
|
fun foo() {
|
|
<!UNRESOLVED_REFERENCE!>z<!>.a.forEach1 { }
|
|
} |