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