Files

6 lines
71 B
Kotlin
Vendored

package test1
interface I {
fun baz(): String
fun foo(): Int
}