Add intentions to move property from/to primary constructor
#KT-4578 Fixed
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
class TestClass(private val text: String = "Lorem Ipsum") {
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
class TestClass {
|
||||
private val text = "Lorem Ipsum"
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention moves property to primary constructor.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user