(inference)
| 69123 | return candidates; |
| 69124 | } |
| 69125 | function getContravariantInference(inference) { |
| 69126 | return inference.priority & 416 /* InferencePriority.PriorityImpliesCombination */ ? getIntersectionType(inference.contraCandidates) : getCommonSubtype(inference.contraCandidates); |
| 69127 | } |
| 69128 | function getCovariantInference(inference, signature) { |
| 69129 | // Extract all object and array literal types and replace them with a single widened and normalized type. |
| 69130 | var candidates = unionObjectAndArrayLiteralCandidates(inference.candidates); |
no test coverage detected