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