Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 25, 2023
1 parent e1a474e commit 1793f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/v/parser/if_match.v
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ fn (mut p Parser) select_expr() ast.SelectExpr {
if p.tok.kind == .rcbr {
p.check(.rcbr)
}
p.register_auto_import('sync')
return ast.SelectExpr{
branches: branches
pos: pos.extend_with_last_line(p.prev_tok.pos(), p.prev_tok.line_nr)
Expand Down

0 comments on commit 1793f54

Please sign in to comment.