Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
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;"
<!>)
}