mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
fix pretty-printing of number literals
This commit is contained in:
@@ -550,7 +550,7 @@ private module PrettyPrinting {
|
||||
or
|
||||
a instanceof Ellipsis and result = "..."
|
||||
or
|
||||
result = a.(Num).toString()
|
||||
result = a.(Num).getText()
|
||||
or
|
||||
result = a.(NegativeIntegerLiteral).getValue().toString()
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user