// "Make 'bar' 'final'" "true" interface Foo { val bar: String } open class FooImpl : Foo { override var bar: String = "" private set }