blob: 9ebc33d521538866f4587488b2c9a6d59c388198 [file] [log] [blame]
// "Remove getter and initializer from property" "true"
abstract class B {
abstract val i = <caret>0
get() = field
}