mirror of
https://github.com/github/codeql.git
synced 2026-07-20 18:58:36 +02: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