Deprecated enum syntax removed: most compiler tests

This commit is contained in:
Mikhail Glukhikh
2015-08-07 16:28:20 +03:00
parent 90f94b47db
commit b2653ad1e9
78 changed files with 175 additions and 171 deletions
@@ -1,6 +1,7 @@
import kotlin.platform.platformStatic
enum class A {
;
companion object {
val foo: String = "OK"
@@ -11,6 +11,7 @@ interface Trait {
}
enum class Enoom {
;
companion object {
val NAME = "Enoom"
}