Deprecated enum syntax removed: most compiler tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
enum class Season {
|
||||
WINTER
|
||||
SPRING
|
||||
SUMMER
|
||||
WINTER,
|
||||
SPRING,
|
||||
SUMMER,
|
||||
AUTUMN
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user