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

3 lines
40 B
Kotlin
Vendored

fun callUseAWithB() {
useA(getB())
}