summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/removeAndRestoreCompanionWithImplicitUsages/useAbarWithImplicitReceiver.kt
blob: 53ef3d00db9b689c9139c6464df23547f876ab8b (plain)
1
2
3
4
5
6
7
package use

import foo.*

fun useAbarWithImplicitReceiver() {
    getACompanionShort().bar
}