Files
kotlin-fork/idea/testData/quickfix/abstract/afterAbstractPropertyWithGetter2.kt
T
Alexander.Podkhalyuzin b5b9f7ba98 Fixed broken testdata.
2012-05-23 15:58:12 +04:00

4 lines
107 B
Kotlin

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