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