11 lines
123 B
Kotlin
Vendored
11 lines
123 B
Kotlin
Vendored
interface fun Foo
|
|
|
|
fun private interface Foo
|
|
|
|
fun @Bar interface Foo
|
|
|
|
fun class Foo
|
|
|
|
fun abstract class Foo
|
|
|
|
fun object Foo |