// FIR_IDENTICAL // ERROR_POLICY: SEMANTIC const val VALUE = 123 fun testJavaScriptError() { js("var = $VALUE;") }