Files
kotlin-fork/native/native.tests/testData/caches/ic/addMethodToInterface2/lib1/lib1.file1.kt
T

5 lines
49 B
Kotlin
Vendored

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