6 lines
60 B
Kotlin
Vendored
6 lines
60 B
Kotlin
Vendored
|
|
interface Foo {
|
|
fun bar() = "Hello!"
|
|
}
|
|
|
|
class Baz : Foo |