[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
@@ -18,5 +18,5 @@ fun box(x: Int) {
|
||||
)
|
||||
}
|
||||
|
||||
// LINES(JS): 1 19 4 4 3 3 4 6 9 9 6 11 13 13 11 16 16 3 2
|
||||
// LINES(JS_IR): 1 1 4 4 2 8 7 6 7 8 9 12 11 12 13 16
|
||||
// LINES(JS): 1 19 4 4 3 3 4 6 9 9 6 11 13 13 11 16 16 3 2
|
||||
// LINES(JS_IR): 1 1 4 2 8 7 6 7 8 9 12 11 12 13 16
|
||||
|
||||
Reference in New Issue
Block a user