File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/test/library-tests/templates/isfromtemplateinstantiation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import cpp
22
33class FunctionMonkeyPatch extends Function {
44 language [ monotonicAggregates]
5- override string toString ( ) {
5+ override string getDescription ( ) {
66 exists ( string name , string templateArgs , string args |
77 result = name + templateArgs + args and
88 name = this .getQualifiedName ( ) and
@@ -30,7 +30,7 @@ class FunctionMonkeyPatch extends Function {
3030}
3131
3232class ParameterMonkeyPatch extends Parameter {
33- override string toString ( ) { result = super .getType ( ) .getName ( ) + " " + super .toString ( ) }
33+ override string getDescription ( ) { result = super .getType ( ) .getName ( ) + " " + super .getDescription ( ) }
3434}
3535
3636from Element e , Element ti
You can’t perform that action at this time.
0 commit comments