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