| 216 | } |
| 217 | |
| 218 | void wrap_par_expr_newline(LineInfo real_expr, LineInfo info_expr) { |
| 219 | if (real_expr.line != real_expr.last_line) { |
| 220 | wrap_par_expr(real_expr, info_expr); |
| 221 | } |
| 222 | } |
| 223 | |
| 224 | |
| 225 | LineInfo concat(LineInfo first, LineInfo last) { |
no test coverage detected