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

Skip to content

Commit 4beccfb

Browse files
committed
add ProtocolListWithAnyObject
1 parent 6ef3f67 commit 4beccfb

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
@@ -1788,6 +1788,7 @@ bool TypeSystemSwiftTypeRef::IsPossibleDynamicType(opaque_compiler_type_t type,
17881788
case Node::Kind::Protocol:
17891789
case Node::Kind::ProtocolList:
17901790
case Node::Kind::ProtocolListWithClass:
1791+
case Node::Kind::ProtocolListWithAnyObject:
17911792
case Node::Kind::DynamicSelf:
17921793
return true;
17931794
case Node::Kind::BuiltinTypeName: {

0 commit comments

Comments
 (0)