Files
kotlin-fork/jps/jps-plugin/testData/incremental/lookupTracker/jvm/javaStatics/instanceUsage1.K1.kt
T
Ilya Chernikov 4fafa4b6e9 K2 IC: add lookups of candidates on tower level processing
Allow recording lookup to symbols from supertypes, required at least
for CRI.

partially fixes #KTIJ-29026
2024-03-12 11:38:07 +00:00

6 lines
162 B
Kotlin
Vendored

import /*p:<root>*/Main./*p:Main*/Other.*
/*p:<root>*/fun bar() {
/*p:<root> p:<root>(invoke) p:Main(invoke) p:Main.Other p:Main.Other(invoke)*/INSTANCE()
}