Files
kotlin-fork/compiler/ir
Alexander Udalov df9d59851d IR: do not use SymbolRemapper in FakeOverrideCopier
It was only used to keep track of mappings from old type/value
parameters to new. We can do it manually instead of inheriting from
DeepCopySymbolRemapper, because the latter does more work than needed,
namely it creates 16 hash maps, and traverses the IR tree looking for
any other declarations.

 #KT-66281
2024-03-07 20:04:38 +00:00
..