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

5 lines
68 B
Plaintext

var x = 1
<spot>set(value) {
field = value
}</spot>