Exprs represents a list of value expressions. It's not a valid expression because it's not parenthesized.
| 1006 | // Exprs represents a list of value expressions. It's not a valid expression |
| 1007 | // because it's not parenthesized. |
| 1008 | type Exprs []Expr |
| 1009 | |
| 1010 | // Format implements the NodeFormatter interface. |
| 1011 | func (node *Exprs) Format(ctx *FmtCtx) { |
no outgoing calls
no test coverage detected