mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
This allows removing a hack in the MethodSignatureMapper. When introducing non-getter methods that dispatch to a getter we have to be careful to use the right name. DeepCopyIrTreeWithSymbols should create the link between new properties and their new getter/setter.