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

6 lines
81 B
Kotlin
Vendored

// PROBLEM: none
fun test(inline: Int) {
inline<caret>;
fun a() {
}
}