Files
kotlin-fork/idea/resources/intentionDescriptions/IntroduceBackingPropertyIntention/before.kt.template
T
2015-09-25 18:25:37 +02:00

4 lines
42 B
Plaintext

class Foo {
var <spot>x</spot> = ""
}