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

2 lines
61 B
Plaintext

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