Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
redundantSemicolon
/
afterImport.kt
blob: 4c037808b4d372ee1db64fea46258ec227aa0bc3 [
file
] [
log
] [
blame
]
// "Remove redundant semicolon" "true"
import
kotlin
.*;<
caret
>
fun foo
()
{
}