Deprecated enum syntax removed: most compiler tests
This commit is contained in:
@@ -8,7 +8,7 @@ enum class E {
|
||||
@First
|
||||
E1 {
|
||||
fun foo() = "something"
|
||||
}
|
||||
},
|
||||
|
||||
@Second("OK")
|
||||
E2
|
||||
|
||||
Reference in New Issue
Block a user