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