Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f4312a93b0f3e8cf51846780ba510d0a3c04f95
/
.
/
js
/
js.translator
/
testData
/
lineNumbers
/
stringLiteral.kt
blob: bcab85083069e59676d60161b24fa38a7405996b [
file
] [
log
] [
blame
]
fun box
(
x
:
Int
):
String
{
return
""
+
x
+
"suffix"
}
// LINES(JS_IR): 1 1 2 2 3 4