Files
kotlin-fork/idea/resources/intentionDescriptions/MovePropertyToConstructorIntention/before.kt.template
T
2017-03-24 15:22:50 +03:00

3 lines
56 B
Plaintext

class TestClass {
private val text = "Lorem Ipsum"
}