Files
kotlin-fork/compiler/testData/codegen
Ilmir Usmanov bd0ad26dcf Support local suspend functions
Treat them like lambdas. This means:
1) Like local suspend lambdas, which become "non-suspend" after creating
jvmSuspendView, they do this as well
2) They both are generated with the same codegen.
3) They are treated differently only on front-end side.
 #KT-20364: Fixed
2018-04-06 19:11:19 +03:00
..
2018-04-06 19:11:19 +03:00
2017-03-20 18:46:01 +01:00
2018-04-03 19:38:37 +02:00