summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/methodParameterWithDefaultValueAdded/useAChild.kt
blob: 147d93fcd865f99ba900303c729d7de9155cc7e4 (plain)
1
2
3
4
5
package foo

fun useAChild(a: AChild) {
    a.f()
}