(parent, usage)
| 157191 | } |
| 157192 | } |
| 157193 | function inferTypeFromSwitchStatementLabel(parent, usage) { |
| 157194 | addCandidateType(usage, checker.getTypeAtLocation(parent.parent.parent.expression)); |
| 157195 | } |
| 157196 | function inferTypeFromCallExpression(parent, usage) { |
| 157197 | var call = { |
| 157198 | argumentTypes: [], |
no test coverage detected