Skip to content

Commit

Permalink
ast: add comment showing what blank_ident represents (vlang#21631)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-db authored Jun 1, 2024
1 parent 03e89b7 commit 12de7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/ast/ast.v
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ pub type IdentInfo = IdentFn | IdentVar

pub enum IdentKind {
unresolved
blank_ident
blank_ident // discard identifier, `_` in `_ := 1`
variable
constant
global
Expand Down

0 comments on commit 12de7cf

Please sign in to comment.