Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLibAndBackendCompilation
/
jsCode
/
compileTimeString.kt
blob: 95348a463c96ac1d79dfc3224fcbcecdb15333c4 [
file
]
// FIR_IDENTICAL
fun testSimpleString
()
{
js
(
"var a = 123;"
)
}
fun testSimpleStringPlus
()
{
js
(
"var a"
+
"="
+
"123;"
)
}
fun testSimpleStringConcat
()
{
js
(
"var a${"
=
"}123;"
)
}