Files
kotlin-fork/jps/jps-plugin/testData/incremental/classHierarchyAffected/companionObjectInheritedMemberChanged/companionReferenceExplicit.kt.new.2
T
2022-01-12 15:09:45 +01:00

3 lines
40 B
Plaintext
Vendored

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