Files
kotlin-fork/jps/jps-plugin/testData/incremental/classHierarchyAffected/companionObjectMemberChanged/companionReferenceExplicit.kt.new.2
T
2016-01-22 16:01:35 +03:00

3 lines
44 B
Plaintext

fun explicitRef() {
A.AA.x?.hashCode()
}