Files
kotlin-fork/compiler/ir/ir.tree
Alexander Udalov ee506c1369 IR: optimize IrAnnotationContainer.copyAnnotations
Annotation arguments cannot contain declarations, so we can use empty
SymbolRemapper instead of DeepCopySymbolRemapper because the latter
introduces some overhead.

 #KT-66281
2024-03-11 11:49:10 +00:00
..