6 lines
81 B
Plaintext
Vendored
6 lines
81 B
Plaintext
Vendored
import kotlin.math.nextUp
|
|
|
|
// WITH_RUNTIME
|
|
fun test(x: Double) {
|
|
x.nextUp()
|
|
} |