Files
kotlin-fork/compiler/testData/codegen/box
pyos a3d85e108f JVM_IR: keep suspend fun return type in IrCalls
Otherwise:

  * should the dispatch receiver of a call be another call to a `suspend
    fun` wrapped in something that is optimized away later, the owner of
    the method will be incorrect;

  * references to functions returning non-Unit but casted to `() ->
    Unit` (allowed by new inference) might in fact not return Unit after
    tail call optimization.
2020-02-24 17:12:43 +01:00
..
2020-02-17 10:29:45 +03:00
2020-02-07 18:44:50 +03:00
2020-02-14 18:22:17 +03:00
2020-02-20 14:24:02 +03:00
2019-11-01 19:40:20 +03:00