Fixed a quick fix for enum entry delimiters: situation with following comments. Three new tests. isAvailable().

This commit is contained in:
Mikhail Glukhikh
2015-05-18 17:17:07 +03:00
parent 6342b98592
commit 3585c45f70
8 changed files with 75 additions and 2 deletions
@@ -0,0 +1,6 @@
// "Insert lacking comma(s) / semicolon(s)" "true"
enum class MyEnum {
FIRST<caret> // The first one
SECOND
}