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
9 lines
154 B
Java
Vendored
9 lines
154 B
Java
Vendored
public class Field {
|
|
public static void foo() {
|
|
(new k.Class()).p<caret>rop;
|
|
}
|
|
}
|
|
|
|
// REF: (in k.Class).prop
|
|
// CLS_REF: (in k.Class).prop
|