Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Mar 20, 2023
1 parent cf1f46a commit 68aa569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ type MemberNode struct {
base
Node Node
Property Node
Name string
Name string // Name of the filed or method. Used for error reporting.
Optional bool
Deref bool
FieldIndex []int
Expand Down

0 comments on commit 68aa569

Please sign in to comment.