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

3 lines
43 B
Kotlin

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