0eceef1519
So #KT-17053 Fixed
5 lines
67 B
Plaintext
Vendored
5 lines
67 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
listOf(1,2,3).map(Int::toString)
|
|
} |