sS renderLineAndColumnRange(LineAndColumn start, LineAndColumn end) { ret start + " to " + (end.line == start.line ? end.col : end); }