5290553184
So #KT-19232 Fixed
5 lines
98 B
Kotlin
Vendored
5 lines
98 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
Pair(Math.min(1, 3)<caret>, Math.min(2, 4)).let { println(it) }
|
|
} |