Files
kotlin-fork/idea/resources/intentionDescriptions/AddPropertyGetterIntention/after.kt.template
T

2 lines
40 B
Plaintext

val x = 1
<spot>get() = field</spot>