diff --git a/doc/go1.22.html b/doc/go1.22.html index f1e713cb9e..a7a51a1ffd 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -492,7 +492,10 @@ defer func() {
- TODO: https://go.dev/issue/60061: go/ast: add func Unparen(Expr) Expr
+ The new ast.Unparen
+ function removes any enclosing
+ parentheses from
+ an expression.