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