mirror of
https://github.com/github/codeql.git
synced 2025-12-29 07:06:43 +01:00
Fix style
This commit is contained in:
@@ -173,7 +173,7 @@ class CompileTimeConstantExpr extends Expr {
|
||||
*/
|
||||
pragma[nomagic]
|
||||
string getStringifiedValue() {
|
||||
result = getStringValue()
|
||||
result = this.getStringValue()
|
||||
or
|
||||
result = this.(Literal).getValue()
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user