Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/companionObjectMemberChanged/companionReferenceExplicit.kt
T
2018-09-10 06:41:49 +03:00

3 lines
39 B
Kotlin
Vendored

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