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

2 lines
61 B
Plaintext
Vendored

class TestClass(private val text: String = "Lorem Ipsum") {
}