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

3 lines
63 B
Kotlin
Vendored

class TestClass {
private val <caret>text = "Lorem Ipsum"
}