Quick fix for enum entry super constructor syntax fix, together with a set of tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Change to short enum entry super constructor" "true"
|
||||
|
||||
enum class SimpleEnum(val z: String) {
|
||||
UNIQUE: SimpleEnum("42")<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user