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

7 lines
92 B
Plaintext
Vendored

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