[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
+6
-1
@@ -14,8 +14,13 @@ fun box(): String {
|
||||
return "FAIL"
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:8 box:
|
||||
// test.kt:9 box:
|
||||
// test.kt:10 box: x:java.lang.String="x":java.lang.String
|
||||
// test.kt:12 box:
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:9 box:
|
||||
// test.kt:10 box: x="x":kotlin.String
|
||||
// test.kt:12 box: x="x":kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user