[FIR Native] Don't add Cloneable supertype when it's not present

^KT-58549 Fixed
This commit is contained in:
Nikolay Lunyak
2023-06-07 12:06:30 +03:00
committed by Space Team
parent a80d6a7b74
commit 97adb01600
4 changed files with 6 additions and 8 deletions
@@ -211,7 +211,7 @@ internal fun deserializeClassToSymbol(
)
}
addCloneForArrayIfNeeded(classId, context.dispatchReceiver)
addCloneForArrayIfNeeded(classId, context.dispatchReceiver, session)
session.deserializedClassConfigurator?.run {
configure(classId)
}