3fb208cb9d
Some IrElements have -1 as a startOffset (for example, generated methods of data classes). To represent such offsets in debuginfo, we should use 0 instead of -1, because line/columns are one-based unsigneds. closes KT-20443