Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e97417a

Browse files
committed
add ExistentialMetatype
1 parent 1122b69 commit e97417a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1789,6 +1789,7 @@ bool TypeSystemSwiftTypeRef::IsPossibleDynamicType(opaque_compiler_type_t type,
17891789
case Node::Kind::ProtocolList:
17901790
case Node::Kind::ProtocolListWithClass:
17911791
case Node::Kind::ProtocolListWithAnyObject:
1792+
case Node::Kind::ExistentialMetatype:
17921793
case Node::Kind::DynamicSelf:
17931794
return true;
17941795
case Node::Kind::TypeAlias: {

0 commit comments

Comments
 (0)