[JVM] Implement new inlined variable naming format
^KT-65478 fixed
This commit is contained in:
committed by
Alexander Udalov
parent
9ea775cbed
commit
407448d8e3
+9
-1
@@ -16,5 +16,13 @@ fun box() : String {
|
||||
// 0 NULL
|
||||
|
||||
//proper variable start label: after assignment
|
||||
// JVM_IR_TEMPLATES_WITH_INLINE_SCOPES
|
||||
// 1 LOCALVARIABLE p\\1 Ljava/lang/String; L2 L4 0
|
||||
|
||||
// JVM_TEMPLATES
|
||||
// 1 LOCALVARIABLE p\$iv Ljava/lang/String; L2 L4 0
|
||||
// 1 LDC "OK"\s*ASTORE 0\s*L2
|
||||
// 1 LDC "OK"\s*ASTORE 0\s*L2
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 1 LOCALVARIABLE p\$iv Ljava/lang/String; L2 L4 0
|
||||
// 1 LDC "OK"\s*ASTORE 0\s*L2
|
||||
|
||||
Reference in New Issue
Block a user