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

6 lines
91 B
Plaintext
Vendored

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