Bring back the isOpaqueType parameter for deserialization

This commit is contained in:
Alejandro Alonso
2024-08-08 21:16:45 -07:00
parent 4a7fb6f5fe
commit 46a4d56c2b
5 changed files with 26 additions and 10 deletions

View File

@@ -4198,6 +4198,7 @@ public:
S.Out, S.ScratchRecord, abbrCode,
S.addDeclBaseNameRef(genericParam->getName()),
genericParam->isImplicit(),
genericParam->isOpaqueType(),
S.addTypeRef(genericParam->getDeclaredInterfaceType()->getCanonicalType()));
}