// Unparen returns e with any enclosing parentheses stripped. // Deprecated: use [ast.Unparen]. func Unparen(e ast.Expr) ast.Expr { … }
// Unparen returns e with any enclosing parentheses stripped. // Deprecated: use [ast.Unparen]. func Unparen(e ast.Expr) ast.Expr { … }