Skip to content

Commit 6305d51

Browse files
committed
Fix Call to have correct Func name
1 parent f993dc7 commit 6305d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/ast.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ type Compare struct {
496496

497497
type Call struct {
498498
ExprBase
499-
Function Expr
499+
Func Expr
500500
Args []Expr
501501
Keywords []*Keyword
502502
Starargs Expr

0 commit comments

Comments
 (0)