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

6 lines
78 B
Plaintext
Vendored

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