Change Signature: Update enum entries w/o delegation specifier when changing signature of enum class constructor
#KT-5978 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
enum class E(n: Int) {
|
||||
A : E(1)
|
||||
B : E(1)
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
enum class <caret>E {
|
||||
A
|
||||
B
|
||||
}
|
||||
Reference in New Issue
Block a user