diff --git a/ast/expr.go b/ast/expr.go index 91b516c2..7eacf4c2 100644 --- a/ast/expr.go +++ b/ast/expr.go @@ -634,7 +634,6 @@ func tryParseFunction(node *syntax.ObjectNode) (Expr, syntax.Diagnostics, bool) } } return nil, diags, false - return nil, nil, false } kvp := node.Index(0)