hastebrot
interface Foo { fun getId(): UUID } class FooImpl : Foo { private val id: UUID get() = id // accidental override. }