[FIR Native] Don't add Cloneable supertype when it's not present
^KT-58549 Fixed
This commit is contained in:
committed by
Space Team
parent
a80d6a7b74
commit
97adb01600
+1
-1
@@ -211,7 +211,7 @@ internal fun deserializeClassToSymbol(
|
||||
)
|
||||
}
|
||||
|
||||
addCloneForArrayIfNeeded(classId, context.dispatchReceiver)
|
||||
addCloneForArrayIfNeeded(classId, context.dispatchReceiver, session)
|
||||
session.deserializedClassConfigurator?.run {
|
||||
configure(classId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user