abreslav
interface Foo { val a: Int } class Bar : Foo { override var a: Int = 1 private set }
A modern programming language that makes developers happier.