I don't think that imitation would work with `obje...
# language-proposals
b
I don't think that imitation would work with `object`s
Copy code
val baz = object : Foo<???> {
    fun example(other: ???): ??? { return this }
}