6 lines
103 B
Plaintext
Vendored
6 lines
103 B
Plaintext
Vendored
import kotlin.math.nextTowards
|
|
|
|
// WITH_RUNTIME
|
|
fun test(x: Double, y: Double) {
|
|
x.nextTowards(y)
|
|
} |