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

3 lines
43 B
Plaintext

fun implicitRef() {
A.AA.x.hashCode()
}