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

6 lines
94 B
Plaintext
Vendored

import kotlin.math.nextDown
// RUNTIME_WITH_FULL_JDK
fun test(x: Double) {
x.nextDown()
}