Files
kotlin-fork/compiler/testData/codegen/box/casts
Alexander Udalov d7a58a7c6c Keep track of array types in OptimizationBasicInterpreter
Merging array types with different element types, for example
`[Lj/l/String;` and `[Lj/l/Object;`, now produces `[Lj/l/Object;`
(instead of `Lj/l/Object;`), which allows for more precise tracking of
null values because we assume that AALOAD on a non-array typed value is
possible only if that value is null.

 #KT-54802 Fixed
2022-11-07 17:22:38 +01:00
..
2022-08-01 08:57:16 +00:00
2022-10-10 13:47:34 +02:00
2021-09-08 19:56:26 +03:00
2021-09-08 19:56:26 +03:00
2021-09-08 19:56:26 +03:00