Files
kotlin/compiler/testData/codegen/bytecodeText
Mark Punzalan e91a16556c JVM_IR: Do not add redundant field initializers.
Initializers are "set field" expressions and are considered redundant
when they are:
1. In the primary constructor; and
2. Set the field to `0`, `false`, or `null`; and
3. Have a `null` origin. I.e., not in an initializer block or
constructor body, and therefore the field could not have been set by a
prior expression.
2019-02-05 08:44:33 +01:00
..
2019-02-01 17:33:49 +03:00
2019-01-19 09:43:43 +01:00
2019-02-01 17:33:49 +03:00
2018-12-28 14:18:39 +03:00
2019-02-01 17:33:49 +03:00
2019-01-19 09:43:43 +01:00
2019-02-01 17:33:49 +03:00
2018-12-28 14:18:39 +03:00
2018-12-28 14:18:39 +03:00