Improvements and update to Kotlin 1.1 Beta
- Updated to Kotlin 1.1 Beta (
1.1.0-beta-22) - Improved the do notation: now the result type argument is inferred, and the control flow is checked
- The continuation cloning for the do notation has also been improved and now it fits cases when the binding is deferred (next
bindis not called within the current one)