[JVM] Implement new inlined variable naming format
^KT-65478 fixed
This commit is contained in:
committed by
Alexander Udalov
parent
9ea775cbed
commit
407448d8e3
+25
@@ -0,0 +1,25 @@
|
||||
public final class DeepInlineWithLabelsKt : java/lang/Object {
|
||||
public final static void block(kotlin.jvm.functions.Function1 block) {
|
||||
Local variables:
|
||||
1 $i$f$block: I
|
||||
0 block: Lkotlin/jvm/functions/Function1;
|
||||
}
|
||||
|
||||
public final static void foo(java.lang.String $this$foo, int count) {
|
||||
Local variables:
|
||||
16 $i$a$-block-DeepInlineWithLabelsKt$foo$1$1$1\6\23\4: I
|
||||
14 $this$foo_u24lambda_u242_u24lambda_u241_u24lambda_u240\6: J
|
||||
13 $i$f$block\5\12: I
|
||||
11 $i$a$-block-DeepInlineWithLabelsKt$foo$1$1\4\22\2: I
|
||||
12 z\4: Z
|
||||
9 $this$foo_u24lambda_u242_u24lambda_u241\4: J
|
||||
8 $i$f$block\3\10: I
|
||||
6 $i$a$-block-DeepInlineWithLabelsKt$foo$1\2\21\0: I
|
||||
7 y\2: Z
|
||||
4 $this$foo_u24lambda_u242\2: J
|
||||
3 $i$f$block\1\8: I
|
||||
2 x: Z
|
||||
0 $this$foo: Ljava/lang/String;
|
||||
1 count: I
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user