TypeBase
| 851 | // TypeBase |
| 852 | |
| 853 | type TypeBase struct { |
| 854 | Type |
| 855 | } |
| 856 | |
| 857 | func (t *TypeBase) AsType() *Type { return &t.Type } |
| 858 | func (t *TypeBase) AsConstrainedType() *ConstrainedType { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected