Files
kotlin-fork/idea/testData/codeInsight/overrideImplement/propagationKJK/foo/Foo.kt
T
2014-02-20 16:31:25 +04:00

6 lines
51 B
Kotlin

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