Deprecated enum syntax removed: most compiler tests
This commit is contained in:
+1
@@ -1,6 +1,7 @@
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
enum class A {
|
||||
;
|
||||
companion object {
|
||||
val foo: String = "OK"
|
||||
|
||||
|
||||
Vendored
+1
@@ -11,6 +11,7 @@ interface Trait {
|
||||
}
|
||||
|
||||
enum class Enoom {
|
||||
;
|
||||
companion object {
|
||||
val NAME = "Enoom"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user