Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Mar 20, 2023
1 parent e10a35d commit cf1f46a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions ast/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,14 @@ type ChainNode struct {

type MemberNode struct {
base
Node Node
Property Node
Name string
Optional bool
Deref bool
FieldIndex []int
Node Node
Property Node
Name string
Optional bool
Deref bool
FieldIndex []int

// TODO: Replace with a single MethodIndex field of &int type.
Method bool
MethodIndex int
}
Expand Down

0 comments on commit cf1f46a

Please sign in to comment.