We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dda2f5 commit 37993b5Copy full SHA for 37993b5
src/go/printer/nodes.go
@@ -398,7 +398,7 @@ func (p *printer) parameters(fields *ast.FieldList, mode paramMode) {
398
p.print(closeTok)
399
}
400
401
-// combinesWithName reports whether a name (*ast.Ident) followed by the expression x
+// combinesWithName reports whether a name followed by the expression x
402
// syntactically combines to another valid (value) expression. For instance
403
// using *T for x, "name *T" syntactically appears as the expression x*T.
404
// On the other hand, using P|Q or *P|~Q for x, "name P|Q" or name *P|~Q"
0 commit comments