Files
kotlin-fork/idea/testData/intentions/introduceBackingProperty/simpleVar.kt
T
2015-09-25 18:25:37 +02:00

4 lines
36 B
Kotlin
Vendored

class Foo {
var <caret>x = ""
}