Array represents an array constructor.
| 873 | |
| 874 | // Array represents an array constructor. |
| 875 | type Array struct { |
| 876 | Exprs Exprs |
| 877 | |
| 878 | typeAnnotation |
| 879 | } |
| 880 | |
| 881 | // Format implements the NodeFormatter interface. |
| 882 | func (node *Array) Format(ctx *FmtCtx) { |
nothing calls this directly
no outgoing calls
no test coverage detected