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

6 lines
61 B
Plaintext
Vendored

fun test() {
foo()
/* comment */foo()
}
fun foo() {}