Skip to content

Commit cd89c6b

Browse files
committed
add ExistentialMetatype
(cherry picked from commit e97417a)
1 parent 9d17afc commit cd89c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,6 +1787,7 @@ bool TypeSystemSwiftTypeRef::IsPossibleDynamicType(opaque_compiler_type_t type,
17871787
case Node::Kind::ProtocolList:
17881788
case Node::Kind::ProtocolListWithClass:
17891789
case Node::Kind::ProtocolListWithAnyObject:
1790+
case Node::Kind::ExistentialMetatype:
17901791
case Node::Kind::DynamicSelf:
17911792
return true;
17921793
case Node::Kind::TypeAlias: {

0 commit comments

Comments
 (0)