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

6 lines
74 B
Plaintext
Vendored

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