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
3 lines
277 B
Plaintext
Vendored
3 lines
277 B
Plaintext
Vendored
[LibraryCompanionObjectUsages.0.kt] Companion object (10: 15) val a = A.Companion
|
|
[LibraryCompanionObjectUsages.1.java] Local variable declaration (7: 11) A.Companion o = A.Companion;
|
|
[LibraryCompanionObjectUsages.1.java] Unclassified usage (7: 27) A.Companion o = A.Companion; |