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

5 lines
90 B
Kotlin

// "Remove initializer from property" "true"
abstract class A {
abstract var i: Int
}