1 parent f993dc7 commit 6305d51Copy full SHA for 6305d51
1 file changed
ast/ast.go
@@ -496,7 +496,7 @@ type Compare struct {
496
497
type Call struct {
498
ExprBase
499
- Function Expr
+ Func Expr
500
Args []Expr
501
Keywords []*Keyword
502
Starargs Expr
0 commit comments