Files
kotlin/compiler/testData/codegen/box/controlStructures
Dmitry Petrov fe571a7dfa Normalize local returns before other inlining transformations
Local returns normalization can generate POP instructions.
These POP instructions can drop functional parameters, as in KT-17590,
and should be processed in markPlacesForInlineAndRemoveInlinable just
as other POP instructions.

KT-17590 conditional return in inline function parameter argument causes compilation exception
2017-04-26 12:42:33 +03:00
..
2015-12-31 11:07:56 +03:00
2016-11-16 19:50:10 +03:00
2016-11-21 18:20:33 +03:00