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

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