Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
jsCode
/
noJavaScriptProduced.fir.kt
blob: be4f81c1449403798c9a103effb723f6e7809322 [
file
] [
log
] [
blame
]
fun test
()
{
js
(
""
)
js
(
" "
)
js
(
"""
"""
)
val empty
=
""
js
(
empty
)
val whitespace
=
" "
js
(
whitespace
)
val multiline
=
"""
"""
js
(
multiline
)
}