Files
kotlin-fork/idea/testData/quickfix/redundantSemicolon/afterImport.kt
T
Valentin Kipyatkov 306edef23c Highlighting of redundant semicolons
#KT-5010 Fixed
2016-04-29 11:23:22 +03:00

6 lines
78 B
Kotlin
Vendored

// "Remove redundant semicolon" "true"
import kotlin.*;<caret>
fun foo() {
}