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

4 lines
36 B
Kotlin
Vendored

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