edd269f5ff
Possible NPE in getNextSiblingIgnoringWhitespace fixed. Some warnings also removed. Last comma is replaced by semicolon. Comments are taken into account.
7 lines
138 B
Kotlin
Vendored
7 lines
138 B
Kotlin
Vendored
// "Insert lacking comma(s) / semicolon(s)" "true"
|
|
|
|
enum class MyEnum {
|
|
FIRST, SECOND<caret>
|
|
/* The last one*/
|
|
fun foo() = 1
|
|
} |