(node)
| 73046 | } |
| 73047 | return undefined; |
| 73048 | function tryFindWhenConstTypeReference(node) { |
| 73049 | return getContextualType(node); |
| 73050 | } |
| 73051 | } |
| 73052 | function getInferenceContext(node) { |
| 73053 | var ancestor = ts.findAncestor(node, function (n) { return !!n.inferenceContext; }); |
no test coverage detected