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

3 lines
40 B
Kotlin
Vendored

fun callUseAWithC() {
useA(getC())
}