1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

parser: remove forgotten ----- line

This commit is contained in:
Delyan Angelov 2020-05-04 18:28:55 +03:00
parent d30eefc3be
commit 36bf99ed5a

View File

@ -605,7 +605,6 @@ pub fn (mut p Parser) name_expr() ast.Expr {
if p.tok.kind == .lcbr && p.peek_tok.kind == .rcbr {
p.next()
p.next()
eprintln('-----------------------------------------')
}
return ast.MapInit{
typ: map_type