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

6 lines
88 B
Plaintext
Vendored

// WITH_RUNTIME
import java.lang.Math.abs
fun x() {
/*dd*/kotlin.math.abs(5/*s*/)
}