Skip to content

Commit efeb709

Browse files
committed
[Deserialization] Fix deserialization of explicit existential types.
1 parent 02f5e47 commit efeb709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Serialization/Deserialization.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6117,6 +6117,7 @@ Expected<Type> TypeDeserializer::getTypeCheckedImpl() {
61176117
CASE(SequenceArchetype)
61186118
CASE(GenericTypeParam)
61196119
CASE(ProtocolComposition)
6120+
CASE(Existential)
61206121
CASE(DependentMember)
61216122
CASE(BoundGeneric)
61226123
CASE(SILBlockStorage)

0 commit comments

Comments
 (0)