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