Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLibAndBackendCompilation
/
jsCode
/
javaScriptWarning.kt
blob: 7111e0ab532476d42a0a60db06341a2789846ddb [
file
]
// RUN_PIPELINE_TILL: BACKEND
const
val VALUE
=
888
fun testJavaScriptWarning
()
{
js
(<!
JSCODE_WARNING
!>
"var a = 0$VALUE;"
<!>)
}