Fix the problem with ConvertPrimaryConstructorToSecondaryIntention for enum #KT-15406 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
245f23e7c2
commit
ad9bf1626f
+9
@@ -0,0 +1,9 @@
|
||||
enum class A {
|
||||
E1(0), E2(1);
|
||||
|
||||
constructor(v: Int)
|
||||
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user