4fafa4b6e9
Allow recording lookup to symbols from supertypes, required at least for CRI. partially fixes #KTIJ-29026
6 lines
148 B
Kotlin
Vendored
6 lines
148 B
Kotlin
Vendored
/*p:Main.Other(INSTANCE)*/import /*p:<root>*/Main./*p:Main*/Other.INSTANCE
|
|
|
|
/*p:<root>*/fun foo() {
|
|
/*p:Main(invoke) p:Main.Other*/INSTANCE()
|
|
}
|