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

3 lines
40 B
Plaintext
Vendored

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