4 lines
76 B
Kotlin
Vendored
4 lines
76 B
Kotlin
Vendored
// RUNTIME_WITH_FULL_JDK
|
|
fun test(x: Double) {
|
|
<caret>Math.nextDown(x)
|
|
} |