Files
kotlin-fork/compiler/testData/codegen/boxInline
pyos 0f2ca5d84c JVM_IR: support non-local break/continue in the inliner
Not in the frontend or psi2ir, though, so this not a complete
implementation of KT-1436, but rather a part of it that is currently
useful to make other code compile. In particular, lambdas passed to
array constructors and JVM-style `assert` are inlined as IR returnable
blocks, which are then converted into `do { ... } while (false)` loops,
so non-local returns from them become non-local `break`s.
2021-02-01 15:51:31 +01:00
..
2020-04-14 13:53:22 +02:00
2021-01-20 15:23:09 +01:00
2020-05-08 19:36:02 +02:00
2019-10-08 17:19:41 +02:00
2021-01-20 15:23:09 +01:00