blob: 95348a463c96ac1d79dfc3224fcbcecdb15333c4 [file] [log] [blame]
// FIR_IDENTICAL
fun testSimpleString() {
js("var a = 123;")
}
fun testSimpleStringPlus() {
js("var a" + "=" + "123;")
}
fun testSimpleStringConcat() {
js("var a${"="}123;")
}