Deprecated enum syntax removed: most compiler tests
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ enum class Direction() {
|
||||
val someSpecialValue = "OK"
|
||||
|
||||
override fun f() = someSpecialValue
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
abstract fun f():String
|
||||
|
||||
Reference in New Issue
Block a user