edd269f5ff
Possible NPE in getNextSiblingIgnoringWhitespace fixed. Some warnings also removed. Last comma is replaced by semicolon. Comments are taken into account.
6 lines
109 B
Plaintext
Vendored
6 lines
109 B
Plaintext
Vendored
// "Insert lacking comma(s) / semicolon(s)" "true"
|
|
|
|
enum class MyEnum {
|
|
FIRST, SECOND;
|
|
val zzz = 42
|
|
} |