Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLibAndBackendCompilation/jsCode/javaScriptWarning.kt
T
2023-10-26 19:22:14 +00:00

8 lines
121 B
Kotlin
Vendored

// FIR_IDENTICAL
const val VALUE = 888
fun testJavaScriptWarning() {
js(<!JSCODE_WARNING!>"var a = 0$VALUE;"<!>)
}