[JS IR] Add tests for JS code KLIB diagnostics
^KT-62425
This commit is contained in:
committed by
Space Team
parent
261527939b
commit
4ebfed04d3
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
// FIR_IDENTICAL
|
||||
|
||||
fun testSimpleString() {
|
||||
js("var a = 123;")
|
||||
}
|
||||
|
||||
fun testSimpleStringPlus() {
|
||||
js("var a" + "=" + "123;")
|
||||
}
|
||||
|
||||
fun testSimpleStringConcat() {
|
||||
js("var a${"="}123;")
|
||||
}
|
||||
Reference in New Issue
Block a user