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