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 2940f47 commit 3e2e69cCopy full SHA for 3e2e69c
cpp/ql/test/library-tests/templates/isfromtemplateinstantiation/isfromtemplateinstantiation.ql
@@ -30,7 +30,9 @@ class FunctionMonkeyPatch extends Function {
30
}
31
32
class ParameterMonkeyPatch extends Parameter {
33
- override string getDescription() { result = super.getType().getName() + " " + super.getDescription() }
+ override string getDescription() {
34
+ result = super.getType().getName() + " " + super.getDescription()
35
+ }
36
37
38
from Element e, Element ti
0 commit comments