import kotlin.math.roundToLong // WITH_RUNTIME fun test(x: Double) { x.roundToLong() }