Files

7 lines
81 B
Kotlin
Vendored

// test.Foo
package test
interface Foo {
fun foo(): String
fun (): Int
}