[JS IR] Emit original names for local vars to sourcemaps
#KT-35655 Fixed
This commit is contained in:
committed by
Space Team
parent
8efa72ca36
commit
7b7c517dbb
+10
-2
@@ -11,11 +11,19 @@ fun box() {
|
||||
x.Bar()
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:10 box:
|
||||
// test.kt:4 <init>:
|
||||
// test.kt:10 box:
|
||||
// test.kt:11 box: x:Foo=Foo
|
||||
// test.kt:5 <init>:
|
||||
// test.kt:11 box: x:Foo=Foo
|
||||
// test.kt:12 box: x:Foo=Foo
|
||||
// test.kt:12 box: x:Foo=Foo
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:10 box:
|
||||
// test.kt:4 <init>:
|
||||
// test.kt:11 box: x=Foo
|
||||
// test.kt:5 <init>:
|
||||
// test.kt:5 <init>:
|
||||
// test.kt:12 box: x=Foo
|
||||
|
||||
Reference in New Issue
Block a user