17 lines
169 B
Kotlin
Vendored
17 lines
169 B
Kotlin
Vendored
fun interface Foo
|
|
|
|
fun interface Foo {
|
|
fun invoke()
|
|
}
|
|
|
|
private fun interface Foo
|
|
|
|
@Bar
|
|
fun interface Foo
|
|
|
|
class TopLevel {
|
|
fun interface Foo
|
|
}
|
|
|
|
fun
|
|
interface Foo |