(declaration, usage)
| 157245 | addCandidateThisType(usage, checker.getTypeAtLocation(nodeWithRealType)); |
| 157246 | } |
| 157247 | function inferTypeFromPropertyDeclaration(declaration, usage) { |
| 157248 | addCandidateThisType(usage, checker.getTypeAtLocation(declaration.parent)); |
| 157249 | } |
| 157250 | function removeLowPriorityInferences(inferences, priorities) { |
| 157251 | var toRemove = []; |
| 157252 | for (var _i = 0, inferences_1 = inferences; _i < inferences_1.length; _i++) { |
no test coverage detected