summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/companionObjectToSimpleObject/companionExtension.kt
blob: 983f6be3eec0301f1e4014042b4a015a63765fb2 (plain)
1
2
3
fun A.AA.ext() {
    x.hashCode()
}