[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
@@ -2,10 +2,11 @@ fun foo(): String {
val q1 = "O"
val q2 = "K"
val qq = q1 + q2
@Suppress("JSCODE_ARGUMENT_NON_CONST_EXPRESSION")
val b = js("\"$qq\"")
return b
}
fun box() = foo()
fun box() = foo()