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.
2 parents 8d1b85f + 34db9e8 commit d4c0b15Copy full SHA for d4c0b15
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