Files
kotlin-fork/idea/testData/inspectionsLocal/redundantSemicolon/betweenSoftModifierKeywordAndDeclaration3.kt
T
2018-08-14 15:32:26 +03:00

7 lines
103 B
Kotlin
Vendored

// PROBLEM: none
fun test(public: Int) {
public // comment1
<caret>; // comment2
class A
}