Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/companionObjectToSimpleObject/companionReferenceExplicit.kt
T

3 lines
43 B
Kotlin
Vendored

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