Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLibAndBackendCompilation
/
jsCode
/
javaScriptWarning.kt
blob: 69a77c434cccc23e738a603b951e1feabd73fe7a [
file
]
// FIR_IDENTICAL
const
val VALUE
=
888
fun testJavaScriptWarning
()
{
js
(<!
JSCODE_WARNING
!>
"var a = 0$VALUE;"
<!>)
}