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

6 lines
81 B
Plaintext
Vendored

import kotlin.math.nextUp
// WITH_RUNTIME
fun test(x: Double) {
x.nextUp()
}