Files
kotlin-fork/compiler
Alexander Udalov 216d2b50f7 IR: remove FakeOverrideCopier.makeExternal
Make the declaration external at the call site instead of creating two
instances of FakeOverrideCopier. It's possible because IR elements are
mutable, in particular isExternal is a var.

Maybe the same should be done to IrUnimplementedOverridesStrategy, but
that is postponed for another time.
2023-09-15 12:55:33 +00:00
..
2023-08-25 14:10:37 +00:00
2023-08-25 14:10:37 +00:00
2023-09-13 09:51:13 +00:00