Files
kotlin-fork/jps/jps-plugin/testData/incremental/classHierarchyAffected/companionObjectToSimpleObject/companionReferenceImplicit.kt.new.2
T
2022-01-12 15:09:45 +01:00

3 lines
43 B
Plaintext
Vendored

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