fun box(x: Int): String { return "" + x + "suffix" } // LINES: 1 5 2 2 3 4