Files
kotlin-fork/idea/testData/quickfix/abstract/afterAbstractPropertyWithGetter2.kt
T
2011-09-21 17:58:44 +04:00

5 lines
109 B
Kotlin

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