911f16845e
Related to KT-22068
5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test(list: List<String>) {
|
|
list.for<caret>Each {}
|
|
} |