Files
kotlin-fork/native/native.tests/testData/caches/ic/addMethodToInterface1/lib1/lib1.1.kt
T

6 lines
71 B
Kotlin
Vendored

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