983339e1c9
Error message reported directly on semicolon.
6 lines
115 B
Plaintext
Vendored
6 lines
115 B
Plaintext
Vendored
// "Insert lacking comma(s) / semicolon(s)" "true"
|
|
|
|
enum class MyEnum {
|
|
A<caret>, B, C, D;
|
|
fun foo() = 42
|
|
} |