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