blob: 836eeff2f8c35f450a52f745064e9419f5871623 [file] [log] [blame] [edit]
interface Foo {
fun bar() = "Hello!"
}
class Baz : Foo