[JS IR] Fix JS box tests
^KT-62425
This commit is contained in:
committed by
Space Team
parent
b9c7a672b8
commit
78aa34b3e8
+2
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user