JS backend: added jsCode test cases
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
val s = "1 + 1;"
|
||||
fun two(): Int = js(s)
|
||||
fun three(): Int = js("1" + "+ 2;")
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
val s = "1 + 1;"
|
||||
fun two(): Int = js(s)
|
||||
fun three(): Int = js("1" + "+ 2;")
|
||||