Files
kotlin-fork/compiler/testData/psi/validKotlinFunInterface.kt
T
2020-01-17 19:35:05 +03:00

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