Deprecated enum syntax removed: most compiler tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
enum class A {
|
||||
ONE
|
||||
TWO
|
||||
ONE,
|
||||
TWO;
|
||||
|
||||
fun invoke(i: Int) = i
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
enum class A {
|
||||
ONE
|
||||
TWO
|
||||
ONE,
|
||||
TWO;
|
||||
|
||||
fun invoke(i: Int) = i
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user