[JS IR] Move tests for JS code diagnostics
^KT-62425
This commit is contained in:
committed by
Space Team
parent
78aa34b3e8
commit
04809a6b3b
+10
@@ -0,0 +1,10 @@
|
||||
fun main(): Unit {
|
||||
js("var a =<!JSCODE_WARNING!> 08<!>;")
|
||||
|
||||
js("""var a =<!JSCODE_WARNING!>
|
||||
|
||||
08<!>;""")
|
||||
|
||||
val code = "var a = 08;"
|
||||
js(<!JSCODE_WARNING!>code<!>)
|
||||
}
|
||||
Reference in New Issue
Block a user