Deprecated enum syntax removed: idea completion tests

This commit is contained in:
Mikhail Glukhikh
2015-08-07 17:17:34 +03:00
parent 022e7d1169
commit 89e0d310e3
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
enum class E {
A
A,
B
}