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