Files
kotlin-fork/compiler/testData/codegen/box/arrays
vladislav.grechko f32367d2c2 Fix IrFunction.isEmptyArray implementation
The previous one was incorrect for K1 since parent of top-level function
is `IrClass`, not `IrPackageFragment`.

The change is non-functional, K1 still worked correctly, but had to do
some extra work when inlining `emptyArray` calls and produces less
performant bytecode.
2024-02-22 07:32:36 +00:00
..
2021-09-08 19:56:38 +03:00
2021-09-08 19:56:26 +03:00
2021-10-02 06:14:35 +00:00