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