Files
kotlin-fork/jps-plugin/testData/incremental/withJava/other/jvmNameChanged/useAChild.kt
T
2017-08-29 02:24:38 +03:00

5 lines
51 B
Kotlin
Vendored

package foo
fun useAChild(a: AChild) {
a.f()
}