Files
kotlin-fork/idea/testData/inspectionsLocal/replaceJavaStaticMethodWithTopLevelFunction/math/nextDown.kt
T
2019-04-12 11:35:46 +07:00

4 lines
76 B
Kotlin
Vendored

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