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