interestingly, it's much easier to do it using an ...
# announcements
b
interestingly, it's much easier to do it using an extension function on the interface:
fun <T: Foo> T.common() = this
s
oh huh, that is interesting
curious if there’s a way to do it within the interface