okkero
interface Bar { val a: Int } object Foo { val obj: Bar = Obj private object Obj : Bar { override val a = 1 } }