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