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

7 lines
77 B
Plaintext
Vendored

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