bfe8c3b263
If no line number is emitted, the line number of the last line in the suspend function is used. That combined with the IntelliJ debuggers handling of breakpoint setting and the D8 dexers reordering of blocks can lead to cases where breakpoints on the last line of a suspend function are never hit. See https://youtrack.jetbrains.com/issue/KT-51936 for details. ^Fixed KT-51936