blob: 5b18e452184a127dc788103b34571ed4793b730f [file]
// COMPILATION_ERRORS
fun interface Foo
fun interface Foo {
fun invoke()
}
private fun interface Foo
@Bar
fun interface Foo
class TopLevel {
fun interface Foo
}
fun
interface Foo