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

4 lines
58 B
Kotlin
Vendored

fun test(import: Int) {
import<caret>;
val a = 1
}