<@U21LBQBU2> commented on <@U6P0EN0DU>’s file <htt...
# announcements
u
@bj0 commented on @jelloranger’s file https://kotlinlang.slack.com/files/U6P0EN0DU/F7Y7SHDML/example.kt: because this works:
Copy code
interface  Foo {
    fun  returnBar() = Bar()
}

class Bar : Foo