b143a1c8f7
An enhancement for KT-27209
6 lines
108 B
Kotlin
Vendored
6 lines
108 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// FIX: Replace with 'repeat()'
|
|
|
|
fun test(list: List<String>) {
|
|
list.for<caret>Each {}
|
|
} |