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