Skip to content

Commit f7b2a8e

Browse files
committed
Pretty-Print Bound Demangled Parameterized Protocols
1 parent 3b3ff6a commit f7b2a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Demangling/NodePrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2272,7 +2272,7 @@ NodePointer NodePrinter::print(NodePointer Node, unsigned depth,
22722272
return nullptr;
22732273
}
22742274
case Node::Kind::ParameterizedProtocol: {
2275-
Printer << "parameterized protocol";
2275+
printBoundGeneric(Node, depth);
22762276
return nullptr;
22772277
}
22782278
case Node::Kind::ExistentialMetatype: {

0 commit comments

Comments
 (0)