Removed obolete syntax for enum entries in test data
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package test
|
||||
val TOP_LEVEL = 5
|
||||
|
||||
enum class MyEnum(value: Int) {
|
||||
VALUE : MyEnum(<caret>TOP_LEVEL)
|
||||
VALUE(<caret>TOP_LEVEL)
|
||||
}
|
||||
|
||||
// REF: (test).TOP_LEVEL
|
||||
Reference in New Issue
Block a user