NullLiteral represents a NULL literal.
| 383 | |
| 384 | // NullLiteral represents a NULL literal. |
| 385 | type NullLiteral struct{} |
| 386 | |
| 387 | // Type returns the type. |
| 388 | func (l *NullLiteral) Type() Type { |
nothing calls this directly
no outgoing calls
no test coverage detected