Quick fix for enum entry super constructor syntax fix, together with a set of tests
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@
|
||||
// ACTION: Create property 'x'
|
||||
|
||||
enum class E(n: Int) {
|
||||
X: E(<caret>x)
|
||||
X(<caret>x)
|
||||
}
|
||||
Reference in New Issue
Block a user