Files
kotlin-fork/idea/testData/inspectionsLocal/redundantSemicolon/startOfLine2.kt
T
2020-10-01 14:31:59 +02:00

6 lines
69 B
Kotlin
Vendored

fun test() {
foo()
/* comment */<caret>;foo()
}
fun foo() {}