UnknownLiteral represents an UNKNOWN literal.
| 394 | |
| 395 | // UnknownLiteral represents an UNKNOWN literal. |
| 396 | type UnknownLiteral struct{} |
| 397 | |
| 398 | // Type returns the type. |
| 399 | func (l *UnknownLiteral) Type() Type { |
nothing calls this directly
no outgoing calls
no test coverage detected