Variable represents a variable by the name.
| 913 | |
| 914 | // Variable represents a variable by the name. |
| 915 | type Variable struct { |
| 916 | Symbol string |
| 917 | } |
| 918 | |
| 919 | func (v Variable) isBaseTerm() { |
| 920 | } |
nothing calls this directly
no outgoing calls
no test coverage detected