(c Constant)
| 89 | } |
| 90 | |
| 91 | func naturalConstantType(c Constant) *types.T { |
| 92 | return c.AvailableTypes()[0] |
| 93 | } |
| 94 | |
| 95 | // canConstantBecome returns whether the provided Constant can become resolved |
| 96 | // as the provided type. |
no test coverage detected
searching dependent graphs…