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