Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/implcitUpcast/callUseAWithD.kt
T

3 lines
40 B
Kotlin
Vendored

fun callUseAWithD() {
useA(getD())
}