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

3 lines
61 B
Plaintext

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