Files
kotlin/compiler/testData/psi/Interface.kt
2015-04-29 16:50:14 +02:00

5 lines
36 B
Kotlin
Vendored

interface Foo {
fun f()
val a
}