AvailableTypes returns the ordered set of types that the Constant is able to be resolved into. The order of the type slice provides a notion of precedence, with the first element in the ordering being the Constant's "natural type".
()
| 29 | // be resolved into. The order of the type slice provides a notion of precedence, |
| 30 | // with the first element in the ordering being the Constant's "natural type". |
| 31 | AvailableTypes() []*types.T |
| 32 | // DesirableTypes returns the ordered set of types that the constant would |
| 33 | // prefer to be resolved into. As in AvailableTypes, the order of the returned |
| 34 | // type slice provides a notion of precedence, with the first element in the |
no outgoing calls
no test coverage detected