()
| 138 | // works with the built-in binary and unary operators. |
| 139 | type overloadImpl interface { |
| 140 | params() TypeList |
| 141 | returnType() ReturnTyper |
| 142 | // allows manually resolving preference between multiple compatible overloads |
| 143 | preferred() bool |
no outgoing calls
no test coverage detected