Files
kotlin-fork/compiler/testData/codegen
Ilmir Usmanov 58bac6882d Fix transforming of coroutine's create when it is suspend lambda with receiver
Unlike ordinary lambdas suspend lambdas has create method which invokes
the constructor of the lambda object (continuation).
The inliner could not cope with this.
The previous change fixed the case of suspend lambda without receiver.
This change adds support of suspend lambdas with receiver.

 #KT-21605: Fixed
2018-03-28 15:48:16 +03:00
..
2018-03-16 16:26:14 +03:00
2017-03-20 18:46:01 +01:00
2018-02-09 09:10:53 +03:00