d1f5ab4b09
* Keep returnable blocks. * Add a new lowering which simplifies returnable blocks by introducing temporary variable for result and changing returnable block's type to Unit. * Use information from returnable blocks in codegen to generate the right source locations in sourcemap. * Support in namer (LocalNameGenerator). * Fix some lowerings to work correctly with returnable blocks. #KT-46551 In Progress