summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/implcitUpcast/callUseAWithB.kt
blob: f7aff927a73df277463c022b20e580c1bd4ef34d (plain)
1
2
3
fun callUseAWithB() {
    useA(getB())
}