Change signature fix: correct parameter add / remove from enum constructor calls, relevant test fixes
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
enum class E(n: Int) {
|
||||
A : E(1)
|
||||
B : E(1)
|
||||
A(1),
|
||||
B(1)
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
enum class <caret>E {
|
||||
A
|
||||
A,
|
||||
B
|
||||
}
|
||||
Reference in New Issue
Block a user