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

@@ -1497,6 +1497,7 @@ namespace decls_block {
using GenericTypeParamDeclLayout = BCRecordLayout<GENERIC_TYPE_PARAM_DECL,
IdentifierIDField, // name
BCFixed<1>, // implicit flag
BCFixed<1>, // is opaque?
TypeIDField // interface type
>;