[JS IR] Fix JS box tests

^KT-62425
This commit is contained in:
Alexander Korepanov
2023-10-11 12:34:40 +02:00
committed by Space Team
parent b9c7a672b8
commit 78aa34b3e8
4 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -4,8 +4,9 @@ val pp = p1 + p2
fun bar(): String {
val v = pp
@Suppress("JSCODE_ARGUMENT_NON_CONST_EXPRESSION")
val b = js("\"$v\"")
return b
}
fun box(): String = bar()
fun box(): String = bar()