Files
kotlin-fork/compiler/testData/codegen/box
pyos 7e6d080123 JVM_IR: default-initialize variables visible in the LVT
See KT-36812. Aside from the problem stated there, D8 will throw out the
entire LVT if it sees a variable that has not been written to (and will
generate incorrect SSA if the slot is reused with a different type).

Note: this only fixes a FIR test because it's missing an `else -> throw`
branch, and default initialization satisfies the verifier and masks the
incorrect control flow.
2020-03-02 20:17:10 +03:00
..
2020-02-27 19:01:32 +03:00
2020-02-17 10:29:45 +03:00
2020-02-07 18:44:50 +03:00
2020-02-26 18:57:11 +03:00
2020-02-28 15:29:03 +03:00
2019-11-01 19:40:20 +03:00