b97aaf0f71
Relates to #KT-32010
6 lines
98 B
Kotlin
Vendored
6 lines
98 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// PROBLEM: none
|
|
|
|
fun test(k: Int) {
|
|
(1 to 2).let<caret> { (i, j) -> i + k }
|
|
} |