[FIR, IR] Fix name mangling for dynamic types

^KT-57566 Fixed
This commit is contained in:
Sergej Jaskiewicz
2023-04-18 15:40:59 +02:00
committed by Space Team
parent 994c2229df
commit 7abc6af124
22 changed files with 16 additions and 78 deletions
@@ -1,9 +1,5 @@
// TARGET_BACKEND: JS_IR
// FIR_IDENTICAL
// MUTE_SIGNATURE_COMPARISON_K2: ANY
// ^ KT-57566
fun testArrayAugmentedAssignment(d: dynamic) {
d["KEY"] += "+="
d["KEY"] -= "-="