Files
kotlin-fork/compiler
Dmitry Petrov e05f2eaff6 KT-15017 Throwing exception in the end of inline suspend-functions lead to internal compiler error
Suspend function call with a reachable (alive) begin marker and unreachable (dead) end marker
is an exit point for the corresponding coroutine.
It isn't a suspension point, and doesn't introduce a new state in the coroutine FSM.
2017-01-27 10:43:00 +03:00
..
2016-12-13 18:00:00 +03:00
2017-01-16 17:25:13 +03:00
2017-01-26 15:49:40 +03:00