Files
kotlin-fork/compiler
Denis Zharkov 02b40326cc Fix incorrect coroutines codegen behavior
If all the suspension calls in a suspend function were "hidden"
under the for-convention (iterator/next/hasNext) calls,
control-flow didn't find them, thus supposing that there is no
suspension points and there is no need to generate a coroutine state machine

The solution is to add relevant calls to CFG

 #KT-15824 Fixed
2017-01-25 13:54:01 +03:00
..
2017-01-18 21:51:31 +03:00
2016-12-13 18:00:00 +03:00
2017-01-16 17:25:13 +03:00
2017-01-19 09:53:17 +03:00