[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
+7
@@ -0,0 +1,7 @@
|
||||
// FIR_IDENTICAL
|
||||
|
||||
const val VALUE = 888
|
||||
|
||||
fun testJavaScriptWarning() {
|
||||
js(<!JSCODE_WARNING!>"var a = 0$VALUE;"<!>)
|
||||
}
|
||||
Reference in New Issue
Block a user