Files
kotlin-fork/idea/testData/quickfix/addPropertyAccessors/val.kt
T

6 lines
76 B
Kotlin
Vendored

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