edd269f5ff
Possible NPE in getNextSiblingIgnoringWhitespace fixed. Some warnings also removed. Last comma is replaced by semicolon. Comments are taken into account.
6 lines
123 B
Kotlin
6 lines
123 B
Kotlin
// "Insert lacking comma(s) / semicolon(s)" "true"
|
|
|
|
enum class MyEnum {
|
|
A B C D<caret> E F G H I J
|
|
fun foo() = 42
|
|
} |