Files
kotlin-fork/idea/testData/codeInsight/overrideImplement/propagationKJK/foo/Foo.kt
T
2015-05-13 16:13:13 +02:00

6 lines
55 B
Kotlin
Vendored

package foo
public interface Foo {
fun f(): Any
}