blob: bcab85083069e59676d60161b24fa38a7405996b [file] [log] [blame]
fun box(x: Int): String {
return "" +
x +
"suffix"
}
// LINES(JS_IR): 1 1 2 2 3 4