KT-11678 Support navigation from Java source to Kotlin binaries
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
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
public class MethodOfDeeplyNested {
|
||||
public static void foo() {
|
||||
(new k.Class.F.F()).f<caret>unction();
|
||||
}
|
||||
}
|
||||
|
||||
// REF: (in k.Class.F.F).function()
|
||||
// CLS_REF: (in k.Class.F.F).function()
|
||||
Reference in New Issue
Block a user