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

5 lines
56 B
Kotlin
Vendored

package test1
interface J : I {
fun bar(): String
}