[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 -2
View File
@@ -28,8 +28,8 @@ internal inline fun String.myAwesomePolyfill(): Boolean =
asDynamic()
.myAwesomePolyfill()
val walter1VarDecl = "var walter1 = _.exclamate('Walter');"
val jesse1VarDecl = "var jesse1 = _.exclamate(jesse);"
const val walter1VarDecl = "var walter1 = _.exclamate('Walter');"
const val jesse1VarDecl = "var jesse1 = _.exclamate(jesse);"
// FILE: test.kt