(c Constant)
| 97 | } |
| 98 | |
| 99 | func naturalConstantType(c Constant) *types.T { |
| 100 | return c.AvailableTypes()[0] |
| 101 | } |
| 102 | |
| 103 | // canConstantBecome returns whether the provided Constant can become resolved |
| 104 | // as a type that is Equivalent to the given type. |
no test coverage detected
searching dependent graphs…