(usage, type)
| 157508 | } |
| 157509 | } |
| 157510 | function addCandidateThisType(usage, type) { |
| 157511 | if (type && !(type.flags & 1 /* TypeFlags.Any */) && !(type.flags & 131072 /* TypeFlags.Never */)) { |
| 157512 | (usage.candidateThisTypes || (usage.candidateThisTypes = [])).push(type); |
| 157513 | } |
| 157514 | } |
| 157515 | } |
| 157516 | })(codefix = ts.codefix || (ts.codefix = {})); |
| 157517 | })(ts || (ts = {})); |
no test coverage detected