911f16845e
Related to KT-22068
5 lines
75 B
Plaintext
Vendored
5 lines
75 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun test(list: List<String>) {
|
|
list.forEach { _ -> }
|
|
} |