f60a7ffab0
#KT-4578 Fixed
6 lines
122 B
Kotlin
Vendored
6 lines
122 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
class TestClass {
|
|
private val <caret>text: String by lazy { "Lorem Ipsum" }
|
|
} |