e19cc04c63
Introduce LightMemberOriginForCompiledElement which holds logic for finding corresponding decompiled declaration ByJvmSignatureIndexer stores the required information while building decompiled text Some are unsolved in this commit: - constructors - @Jvm* and other unregular generated members - annotation methods #KT-11678 Fixed
8 lines
236 B
Java
Vendored
8 lines
236 B
Java
Vendored
public class PackageFacade {
|
|
public static void foo() {
|
|
k.Dep<caret>endenciesKt.topLevelFunction()
|
|
}
|
|
}
|
|
|
|
// REF: /src/<test dir>/resolve/referenceInJava/dependency.dependencies.kt
|
|
// CLS_REF: <jar>!/k.DependenciesKt.class |