// FIX: Replace with `coerceAtMost` function // WITH_RUNTIME fun test(x: Double, y: Double) { x.coerceAtMost(y) }