func go/printer.stripParensAlways

4 uses

	go/printer (current package)
		nodes.go#L368: 			p.expr(stripParensAlways(par.Type))
		nodes.go#L397: 			p.expr(stripParensAlways(result.List[0].Type))
		nodes.go#L1157: func stripParensAlways(x ast.Expr) ast.Expr {
		nodes.go#L1159: 		return stripParensAlways(x.X)