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