9aa1d1495b
#KT-27209 Fixed
7 lines
102 B
Plaintext
Vendored
7 lines
102 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun println(s: String) {}
|
|
|
|
fun test() {
|
|
listOf(1, 2, 3).forEach { println(it) }
|
|
} |