()
| 996 | } |
| 997 | |
| 998 | func (node *TypedDummy) String() string { |
| 999 | return AsString(node) |
| 1000 | } |
| 1001 | |
| 1002 | // Format implements the NodeFormatter interface. |
| 1003 | func (node *TypedDummy) Format(ctx *FmtCtx) { |
nothing calls this directly
no test coverage detected