Minor. Fix test with obsolete enum syntax
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
||||
enum class Direction {
|
||||
NORTH
|
||||
NORTH,
|
||||
SOUTH(val x : Int) {
|
||||
fun again() : String {
|
||||
return "Hello"
|
||||
}
|
||||
|
||||
class Hello
|
||||
}
|
||||
},
|
||||
WEST {
|
||||
class Some {
|
||||
fun test() : Int {
|
||||
|
||||
Reference in New Issue
Block a user