blob: 1269746cdabfcf18aff9bfaf20f757818a067852 [file] [log] [blame]
// "Remove getter and initializer from property" "true"
abstract class B {
abstract val i: Int<caret>
}