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

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