Deprecated enum syntax removed: most idea tests

This commit is contained in:
Mikhail Glukhikh
2015-08-07 17:07:23 +03:00
parent b2653ad1e9
commit 022e7d1169
42 changed files with 88 additions and 93 deletions
+3 -3
View File
@@ -24,7 +24,7 @@ interface T1
// -----
enum class E1 {
ENTRY
ENTRY;
object O7
}
@@ -56,7 +56,7 @@ interface T2
// -----
enum class E2 {
ENTRY
ENTRY;
object O14 {}
}
@@ -93,7 +93,7 @@ interface T3
// -----
enum class E3 {
ENTRY
ENTRY;
object O21 {
}
}