Files
kotlin-fork/idea/testData/quickfix/addPropertyAccessors/var.kt
T
2019-04-04 11:10:39 +07:00

5 lines
86 B
Kotlin
Vendored

// "Add getter and setter" "true"
// WITH_RUNTIME
class Test {
var x: Int<caret>
}