Deprecated enum syntax removed: most compiler tests
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
enum class E {
|
||||
E1
|
||||
E1,
|
||||
|
||||
E2 {
|
||||
override fun foo() {}
|
||||
}
|
||||
};
|
||||
|
||||
open fun foo() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user