Files
kotlin-fork/idea/testData
Denis Zharkov 72eb87f5d0 Support inline suspend functions
A lot of additional work was required to support them:
- Suspension points are being identified by two markers
  instead of one pointing to suspend function call
- Approach with replacing return type of suspend function does not work anymore.
  So we decode suspension return type as an argument for begin marker
- It became necessary to perform variables liveness analysis
  (see comment in org.jetbrains.kotlin.codegen.coroutines.CoroutineTransformerMethodVisitor.spillVariables)
2016-06-19 12:50:54 +03:00
..
2016-06-19 12:50:54 +03:00
2016-04-27 19:40:58 +03:00
2016-05-11 19:52:31 +03:00
2015-05-13 16:13:13 +02:00
2016-04-04 23:12:38 +03:00
2015-07-06 21:06:12 +03:00