summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/companionObjectInheritedMemberChanged/companionReferenceImplicit.kt.new.2
blob: 50238db801d85d8ace8de861b436be54e19c21b4 (plain)
1
2
3
fun implicitRef() {
    A.x?.length
}