Change signature fix: correct parameter add / remove from enum constructor calls, relevant test fixes
This commit is contained in:
Vendored
+2
-2
@@ -4,9 +4,9 @@
|
||||
// ERROR: No value passed for parameter foo
|
||||
|
||||
enum class E {
|
||||
A
|
||||
A,
|
||||
B {
|
||||
val t: Int = <caret>foo
|
||||
}
|
||||
},
|
||||
C
|
||||
}
|
||||
Reference in New Issue
Block a user