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

5 lines
65 B
Kotlin
Vendored

// WITH_RUNTIME
fun x() {
// comment
Math.<caret>abs(5)
}