Files
kotlin-fork/compiler/testData/codegen/box/controlStructures
Dmitry Petrov 08fb9c2122 Traverse multiple store-load chains for inlined lambda parameters
When a try-catch expression is passed as an argument to the inline
lambda parameter, lambda variable on stack is spilled and restored in
several different locations (1 for try-block, 1 for each catch-blocks).
So it's possible that lambda to be invoked comes from multiple loads,
all of which should have the same "root" lambda parameter.
2017-04-26 12:42:33 +03:00
..
2015-12-31 11:07:56 +03:00
2014-12-29 19:32:09 +03:00
2016-11-16 19:50:10 +03:00
2016-11-21 18:20:33 +03:00