import kotlin.math.hypot // WITH_RUNTIME fun test(x: Double, y: Double) { hypot(x, y) }