Files
kotlin-fork/idea/testData/quickfix/abstract/abstractPropertyWithGetter2.kt.after
T

5 lines
108 B
Plaintext
Vendored

// "Remove getter and initializer from property" "true"
abstract class B {
abstract val i: Int<caret>
}