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

5 lines
75 B
Kotlin
Vendored

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