IR: make IrTypeParameter.superTypes persistent mutable field
This commit is contained in:
+1
-1
@@ -1090,7 +1090,7 @@ abstract class IrFileDeserializer(
|
||||
}
|
||||
|
||||
for (i in protos.indices) {
|
||||
protos[i].superTypeList.mapTo(result[i].superTypes) { deserializeIrType(it) }
|
||||
result[i].superTypes = protos[i].superTypeList.map { deserializeIrType(it) }
|
||||
}
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user