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

3 lines
40 B
Kotlin
Vendored

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