[JVM] Implement new inlined variable naming format
^KT-65478 fixed
This commit is contained in:
committed by
Alexander Udalov
parent
9ea775cbed
commit
407448d8e3
@@ -35,6 +35,24 @@ fun box() {
|
||||
val localX = x
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM_IR +USE_INLINE_SCOPES_NUMBERS
|
||||
// test.kt:34 box:
|
||||
// test.kt:20 compute:
|
||||
// test.kt:21 compute:
|
||||
// test.kt:22 compute: y:int=42:int
|
||||
// test.kt:23 compute: y:int=42:int, i:int=0:int
|
||||
// test.kt:7 compute: y:int=42:int, i:int=0:int, $i$f$f\1\23:int=0:int
|
||||
// test.kt:8 compute: y:int=42:int, i:int=0:int, $i$f$f\1\23:int=0:int
|
||||
// test.kt:9 compute: y:int=42:int, i:int=0:int, $i$f$f\1\23:int=0:int, z\1:int=32:int
|
||||
// test.kt:10 compute: y:int=42:int, i:int=0:int, $i$f$f\1\23:int=0:int, z\1:int=32:int, j\1:int=0:int
|
||||
// test.kt:12 compute: y:int=42:int, i:int=0:int, $i$f$f\1\23:int=0:int
|
||||
// test.kt:13 compute: y:int=42:int, i:int=0:int, $i$f$f\1\23:int=0:int, e\1:java.lang.Exception=java.lang.RuntimeException
|
||||
// test.kt:24 compute: y:int=42:int, i:int=0:int, $i$f$f\1\23:int=0:int, e\1:java.lang.Exception=java.lang.RuntimeException, $i$a$-f-TestKt$compute$1\2\98\0:int=0:int
|
||||
// test.kt:28 compute:
|
||||
// test.kt:34 box:
|
||||
// test.kt:35 box: result:java.lang.String="NON_LOCAL_RETURN":java.lang.String
|
||||
// test.kt:36 box: result:java.lang.String="NON_LOCAL_RETURN":java.lang.String, localX:java.lang.String="OK":java.lang.String
|
||||
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:34 box:
|
||||
// test.kt:20 compute:
|
||||
|
||||
Reference in New Issue
Block a user