edd269f5ff
Possible NPE in getNextSiblingIgnoringWhitespace fixed. Some warnings also removed. Last comma is replaced by semicolon. Comments are taken into account.
9 lines
152 B
Kotlin
9 lines
152 B
Kotlin
// "Insert lacking comma(s) / semicolon(s)" "true"
|
|
|
|
enum class MyEnum {
|
|
FIRST SECOND,
|
|
THIRD
|
|
FOURTH<caret> FIFTH SIXTH,
|
|
SEVENTH EIGHTH
|
|
|
|
} |