kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

KT-65343 [IR] Add missing source element when copy class with DeepCopyIrTreeWithSymbols

Open larryxiao625 opened this issue 1 year ago • 0 comments

Fixes KT-65343

Fixes when using DeepCopyIrTreeWithSymbols as class transformer to transform the IrClass, the source element of IrClass will be set to SourceElement.NO_SOURCE after the transform

larryxiao625 avatar Jan 26 '24 16:01 larryxiao625