9 lines
176 B
Kotlin
Vendored
9 lines
176 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test(xs: List<String>) =
|
|
xs.map { it.length }
|
|
|
|
// $i$f$map, $i$f$mapTo, $i$a$-map-NoFakeVariableForInlineOnlyFunMapKt$test$1
|
|
// 3 ICONST_0
|
|
// 3 ISTORE
|