mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt2: fix literal integer number formatting
This commit is contained in:
@@ -1310,7 +1310,7 @@ fn (p mut Parser) parse_number_literal() ast.Expr {
|
||||
}
|
||||
else {
|
||||
node = ast.IntegerLiteral{
|
||||
val: lit.int()
|
||||
val: lit
|
||||
}
|
||||
}
|
||||
p.next()
|
||||
|
||||
Reference in New Issue
Block a user