summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/classRemoved/useCbaz.kt
blob: 72c907f222c81e5fa53d58ae4c7568907ee9a0e4 (plain)
1
2
3
4
5
6
7
package use

import foo.*

fun useCbaz() {
    createC().baz()
}