blob: 51d463625cdde799114dd2f9d6ddb93e8115e2cf [file] [log] [blame] [edit]
fun interface Foo
fun interface Foo {
fun invoke()
}
private fun interface Foo
@Bar
fun interface Foo
class TopLevel {
fun interface Foo
}
fun
interface Foo