Fix style

This commit is contained in:
Chris Smowton
2022-03-10 10:03:14 +00:00
committed by GitHub
parent 363fff2358
commit 3113b27606

View File

@@ -173,7 +173,7 @@ class CompileTimeConstantExpr extends Expr {
*/
pragma[nomagic]
string getStringifiedValue() {
result = getStringValue()
result = this.getStringValue()
or
result = this.(Literal).getValue()
or