Files
kotlin/compiler/testData/codegen/box/when
Mads Ager 542d3c3532 JVM_IR: Fix stack underflow for unit coercion of when expressions.
Code such as

```
val b = getBoolean()
if (b) 4
else if (b) 5
```

didn't generate a value on the stack always and therefore would
have control-flow paths leading to a pop instruction with nothing
on the stack.

Change-Id: I09d059f361e56a41880006e3f4e51e9acdbd167d
2019-02-05 08:52:18 +01:00
..
2018-10-25 09:12:26 +02:00
2018-07-23 15:08:18 +03:00
2018-07-10 13:34:19 +03:00
2018-06-14 19:54:30 +03:00