3aa2401f19
#KT-32454 Fixed
4 lines
76 B
Kotlin
Vendored
4 lines
76 B
Kotlin
Vendored
// RUNTIME_WITH_FULL_JDK
|
|
fun test(x: Double) {
|
|
Math.<caret>nextDown(x)
|
|
} |