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

3 lines
36 B
Kotlin
Vendored

fun implicitRef() {
A.x.length
}