Fixed a quick fix for enum entry delimiters: situation with following comments. Three new tests. isAvailable().
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Insert lacking comma(s) / semicolon(s)" "true"
|
||||
|
||||
enum class MyEnum {
|
||||
FIRST, /* The first one */
|
||||
SECOND
|
||||
}
|
||||
Reference in New Issue
Block a user