Skip to content

Commit 68aa569

Browse files
committed
Add comment
1 parent cf1f46a commit 68aa569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/node.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ type MemberNode struct {
104104
base
105105
Node Node
106106
Property Node
107-
Name string
107+
Name string // Name of the filed or method. Used for error reporting.
108108
Optional bool
109109
Deref bool
110110
FieldIndex []int

0 commit comments

Comments
 (0)