Array represents an array constructor.
| 962 | |
| 963 | // Array represents an array constructor. |
| 964 | type Array struct { |
| 965 | Exprs Exprs |
| 966 | |
| 967 | typeAnnotation |
| 968 | } |
| 969 | |
| 970 | // Format implements the NodeFormatter interface. |
| 971 | func (node *Array) Format(ctx *FmtCtx) { |
nothing calls this directly
no outgoing calls
no test coverage detected