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