We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1b85f commit 34db9e8Copy full SHA for 34db9e8
include/swift/Demangling/Demangle.h
@@ -949,7 +949,7 @@ class NodePrinter {
949
950
void printImplFunctionType(NodePointer fn, unsigned depth);
951
952
- void printGenericSignature(NodePointer Node, unsigned depth);
+ virtual void printGenericSignature(NodePointer Node, unsigned depth);
953
954
void printFunctionSigSpecializationParams(NodePointer Node, unsigned depth);
955
0 commit comments