Files
kotlin-fork/idea/testData/intentions/movePropertyToConstructor/delegated.kt
T
2017-03-24 15:22:50 +03:00

6 lines
122 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
class TestClass {
private val <caret>text: String by lazy { "Lorem Ipsum" }
}