Add intentions to move property from/to primary constructor
#KT-4578 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
class TestClass(val <caret>text: String)
|
||||
Reference in New Issue
Block a user
#KT-4578 Fixed
@@ -0,0 +1 @@
|
||||
class TestClass(val <caret>text: String)
|
||||