Add intentions to move property from/to primary constructor
#KT-4578 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
|
||||
class TestClass {
|
||||
private val <caret>text: String by lazy { "Lorem Ipsum" }
|
||||
}
|
||||
Reference in New Issue
Block a user