d3339cae46
Relates to #KT-31502
5 lines
119 B
Plaintext
Vendored
5 lines
119 B
Plaintext
Vendored
// FIX: Replace with `coerceAtLeast` function
|
|
// WITH_RUNTIME
|
|
fun test(x: Double, y: Double) {
|
|
x.coerceAtLeast(y)
|
|
} |