Files
kotlin-fork/jps/jps-plugin/testData/incremental/lookupTracker/jvm/javaStatics/instanceUsage0.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
126 B
Kotlin
Vendored

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