4ebfed04d3
^KT-62425
9 lines
140 B
Kotlin
Vendored
9 lines
140 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// ERROR_POLICY: SEMANTIC
|
|
|
|
const val VALUE = 123
|
|
|
|
fun testJavaScriptError() {
|
|
js(<!JSCODE_ERROR!>"var = $VALUE;"<!>)
|
|
}
|