Restore original variable name mangling for captured/receiver $this
Design for the new one is still not finished.
This commit is contained in:
@@ -77,8 +77,8 @@ final class LocalFunctionsKt$foo$5 : kotlin/jvm/internal/Lambda, kotlin/jvm/func
|
||||
public final class LocalFunctionsKt : java/lang/Object {
|
||||
public final static void foo() {
|
||||
Local variables:
|
||||
4 $fun$c-0024d$5: LLocalFunctionsKt$foo$5;
|
||||
3 $fun$b-0020c$4: LLocalFunctionsKt$foo$4;
|
||||
4 $fun$c_u24d$5: LLocalFunctionsKt$foo$5;
|
||||
3 $fun$b_u20c$4: LLocalFunctionsKt$foo$4;
|
||||
2 $fun$a2$3: LLocalFunctionsKt$foo$3;
|
||||
1 $fun$a2$2: LLocalFunctionsKt$foo$2;
|
||||
0 $fun$a$1: LLocalFunctionsKt$foo$1;
|
||||
|
||||
@@ -101,10 +101,10 @@ final class MangledNamesKt$foo$1 : kotlin/jvm/internal/Lambda, kotlin/jvm/functi
|
||||
|
||||
public java.lang.Object invoke(java.lang.Object p0)
|
||||
|
||||
public final void invoke(Arr $dstr$a-0020b$b-0024c$c-002dd$b-0024-0024c-002d-002dd$a-0028-0029§-0026-002a-0026-005e-0040あ化) {
|
||||
public final void invoke(Arr $dstr$a_u20b$b_u24c$c_u2dd$b_u24_u24c_u2d_u2dd$a_u28_u29§_u26_u2a_u26_u5e_u40あ化) {
|
||||
Local variables:
|
||||
0 this: LMangledNamesKt$foo$1;
|
||||
1 $dstr$a-0020b$b-0024c$c-002dd$b-0024-0024c-002d-002dd$a-0028-0029§-0026-002a-0026-005e-0040あ化: LArr;
|
||||
1 $dstr$a_u20b$b_u24c$c_u2dd$b_u24_u24c_u2d_u2dd$a_u28_u29§_u26_u2a_u26_u5e_u40あ化: LArr;
|
||||
2 a b: I
|
||||
3 b$c: I
|
||||
4 c-d: I
|
||||
|
||||
Reference in New Issue
Block a user