Files
kotlin-fork/idea/testData/inspectionsLocal/replaceJavaStaticMethodWithKotlinAnalog/math/nextDown.kt
T

4 lines
76 B
Kotlin
Vendored

// RUNTIME_WITH_FULL_JDK
fun test(x: Double) {
<caret>Math.nextDown(x)
}