Files
kotlin-fork/plugins/uast-kotlin/testData/DefaultImpls.kt
T

6 lines
60 B
Kotlin
Vendored

interface Foo {
fun bar() = "Hello!"
}
class Baz : Foo