Files
kotlin-fork/compiler/testData/codegen/box
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
..
2019-01-31 18:19:41 +03:00
2018-10-15 00:03:45 +03:00
2019-01-31 18:19:41 +03:00
2018-07-10 13:34:19 +03:00
2018-09-11 12:34:09 +03:00
2018-07-10 13:34:19 +03:00
2018-08-09 14:22:50 +03:00
2018-09-18 14:36:20 +03:00
2018-10-22 16:32:55 +02:00
2019-01-24 23:05:56 +03:00
2019-01-26 08:26:49 +01:00
2018-06-14 19:54:30 +03:00
2018-08-02 15:51:16 +02:00
2018-10-22 16:32:55 +02:00
2018-08-09 20:55:50 +03:00
2019-01-24 23:05:56 +03:00
2019-01-25 17:17:16 +03:00
2018-10-10 17:27:37 +03:00
2018-08-15 10:26:28 +03:00