(node)
| 75268 | return anySignature; |
| 75269 | } |
| 75270 | function resolveErrorCall(node) { |
| 75271 | resolveUntypedCall(node); |
| 75272 | return unknownSignature; |
| 75273 | } |
| 75274 | // Re-order candidate signatures into the result array. Assumes the result array to be empty. |
| 75275 | // The candidate list orders groups in reverse, but within a group signatures are kept in declaration order |
| 75276 | // A nit here is that we reorder only signatures that belong to the same symbol, |
no test coverage detected
searching dependent graphs…