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

3 lines
40 B
Kotlin

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