Files
kotlin-fork/compiler/testData/codegen/boxInline
Ilmir Usmanov 7dfd7b6081 Spill stack before analyzing it when looking for non-inline suspend lambda
parameters of inline function. Otherwise, it leads to AnalyzerException,
when inlined lambda contains try-catch block. The reason is simple:
in try block, we leave some variables on stack, while on catch block the
stack is empty. Spilling the variables before try block does the trick.
 #KT-34708 Fixed
2020-02-06 13:10:21 +01:00
..
2018-08-02 13:19:24 +02:00
2019-10-08 17:19:41 +02:00
2018-08-02 13:19:24 +02:00
2018-08-02 13:19:24 +02:00