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

6 lines
91 B
Plaintext
Vendored

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