Skip to content

Commit

Permalink
ExprAny.CheckParamScope()
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Jan 24, 2024
1 parent 87af52a commit caa6870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/interfaces/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ func (obj *ExprAny) Ordering(produces map[string]Node) (*pgraph.Graph, map[Node]
// does not need to know about the parent scope.
func (obj *ExprAny) SetScope(*Scope, map[string]Expr) error { return nil }

func (obj *ExprAny) CheckParamScope(freeVars map[Expr]struct{}) error { return nil }

// SetType is used to set the type of this expression once it is known. This
// usually happens during type unification, but it can also happen during
// parsing if a type is specified explicitly. Since types are static and don't
Expand Down

0 comments on commit caa6870

Please sign in to comment.