b97aaf0f71
Relates to #KT-32010
7 lines
90 B
Kotlin
Vendored
7 lines
90 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
(1 to 2).let<caret> { (i, j) -> foo() }
|
|
}
|
|
|
|
fun foo() = 0 |