Files
kotlin-fork/backend.native
Aleksey Kladov 3fb208cb9d [debug] fix line info for artificial IrElements (#941)
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
2017-10-16 16:16:51 +03:00
..
2017-08-24 15:03:19 +03:00