Deprecated enum syntax removed: most compiler tests
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
enum class E {
|
||||
ENTRY
|
||||
ENTRY,
|
||||
SUBCLASS {
|
||||
object O {
|
||||
fun foo() = 2
|
||||
}
|
||||
override fun bar() = O.foo()
|
||||
}
|
||||
};
|
||||
|
||||
object O {
|
||||
fun foo() = 1
|
||||
|
||||
Reference in New Issue
Block a user