Files
kotlin-fork/compiler
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-03-02 18:03:41 +03:00
2020-03-02 09:49:29 +03:00
2020-02-20 18:03:10 +03:00
2020-02-13 10:22:42 +03:00
2020-02-14 18:22:16 +03:00
2020-02-27 18:54:26 +03:00