summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/companionObjectNameChanged/companionReferenceExplicit.kt.new.2
blob: 1a0c196d40c911439ac55352db4d5ebd61e8e528 (plain)
1
2
3
fun explicitRef() {
    A.AA.x.hashCode()
}