c149e956cc
So #KT-17026 Fixed
5 lines
114 B
Kotlin
Vendored
5 lines
114 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
|
|
val list = listOf(Pair(1, 2), Pair(3, 4)).map { (<caret>f, s) -> f + s }
|