diff options
Diffstat (limited to 'hclsyntax/expression_vars.go')
| -rwxr-xr-x | hclsyntax/expression_vars.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hclsyntax/expression_vars.go b/hclsyntax/expression_vars.go index ce5a5cb..6c3e472 100755 --- a/hclsyntax/expression_vars.go +++ b/hclsyntax/expression_vars.go @@ -3,7 +3,7 @@ package hclsyntax -// Generated by expression_vars_get.go. DO NOT EDIT. +// Generated by expression_vars_gen.go. DO NOT EDIT. // Run 'go generate' on this package to update the set of functions here. import ( @@ -22,6 +22,10 @@ func (e *ConditionalExpr) Variables() []hcl.Traversal { return Variables(e) } +func (e *ExprSyntaxError) Variables() []hcl.Traversal { + return Variables(e) +} + func (e *ForExpr) Variables() []hcl.Traversal { return Variables(e) } |
