b143a1c8f7
An enhancement for KT-27209
6 lines
121 B
Plaintext
Vendored
6 lines
121 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// FIX: Replace with 'repeat()'
|
|
|
|
fun test(sequence: Sequence<String>) {
|
|
repeat(sequence.count()) {}
|
|
} |