[JS IR] Fix debug info for Char, Long, and unsigned integer literals

Map class constructor calls to the literals they were generated
from.

#KT-46276
This commit is contained in:
Sergej Jaskiewicz
2022-10-28 14:24:55 +02:00
committed by Space Team
parent 512a2bfd7a
commit 43c5c8b44f
2 changed files with 33 additions and 13 deletions
+2 -2
View File
@@ -5,5 +5,5 @@ fun foo() {
0L)
}
// LINES(JS): 3 * 5 1 6 2 4
// LINES(JS_IR): 1 1 2 4
// LINES(JS): 3 * 5 1 6 2 4
// LINES(JS_IR): 1 1 2 3 4 5