[JVM] Implement new inlined variable naming format
^KT-65478 fixed
This commit is contained in:
committed by
Alexander Udalov
parent
9ea775cbed
commit
407448d8e3
@@ -22,6 +22,32 @@ fun box() {
|
||||
foo.start()
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM_IR +USE_INLINE_SCOPES_NUMBERS
|
||||
// test.kt:21 box:
|
||||
// test.kt:3 <init>:
|
||||
// test.kt:4 <init>:
|
||||
// EXPECTATIONS JVM_IR +USE_INLINE_SCOPES_NUMBERS
|
||||
// test.kt:3 <init>:
|
||||
// EXPECTATIONS JVM_IR +USE_INLINE_SCOPES_NUMBERS
|
||||
// test.kt:21 box:
|
||||
// test.kt:22 box: foo:Foo=Foo
|
||||
// test.kt:13 start:
|
||||
// test.kt:7 start: this_\1:Foo=Foo, $i$f$inlineCall\1\13:int=0:int
|
||||
// test.kt:14 start: this_\1:Foo=Foo, $i$f$inlineCall\1\13:int=0:int, it\2:kotlin.jvm.functions.Function0=Foo$inlineCall$1, $i$a$-inlineCall-Foo$start$1\2\84\0:int=0:int
|
||||
// test.kt:15 start: this_\1:Foo=Foo, $i$f$inlineCall\1\13:int=0:int, it\2:kotlin.jvm.functions.Function0=Foo$inlineCall$1, $i$a$-inlineCall-Foo$start$1\2\84\0:int=0:int
|
||||
// test.kt:8 invoke:
|
||||
// test.kt:4 getBar:
|
||||
// test.kt:8 invoke:
|
||||
// test.kt:4 setBar: <set-?>:java.lang.String="OK":java.lang.String
|
||||
// test.kt:9 invoke:
|
||||
// test.kt:15 start: this_\1:Foo=Foo, $i$f$inlineCall\1\13:int=0:int, it\2:kotlin.jvm.functions.Function0=Foo$inlineCall$1, $i$a$-inlineCall-Foo$start$1\2\84\0:int=0:int
|
||||
// test.kt:16 start: this_\1:Foo=Foo, $i$f$inlineCall\1\13:int=0:int, it\2:kotlin.jvm.functions.Function0=Foo$inlineCall$1, $i$a$-inlineCall-Foo$start$1\2\84\0:int=0:int
|
||||
// test.kt:7 start: this_\1:Foo=Foo, $i$f$inlineCall\1\13:int=0:int
|
||||
// test.kt:10 start: this_\1:Foo=Foo, $i$f$inlineCall\1\13:int=0:int
|
||||
// test.kt:17 start:
|
||||
// test.kt:23 box: foo:Foo=Foo
|
||||
|
||||
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:21 box:
|
||||
// test.kt:3 <init>:
|
||||
|
||||
Reference in New Issue
Block a user