// Unparen returns e with any enclosing parentheses stripped. // TODO(adonovan): use go1.22's ast.Unparen. func Unparen(e ast.Expr) ast.Expr { … }
// Unparen returns e with any enclosing parentheses stripped. // TODO(adonovan): use go1.22's ast.Unparen. func Unparen(e ast.Expr) ast.Expr { … }