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