(node)
| 81138 | } |
| 81139 | } |
| 81140 | function checkExportsOnMergedDeclarations(node) { |
| 81141 | addLazyDiagnostic(function () { return checkExportsOnMergedDeclarationsWorker(node); }); |
| 81142 | } |
| 81143 | function checkExportsOnMergedDeclarationsWorker(node) { |
| 81144 | // if localSymbol is defined on node then node itself is exported - check is required |
| 81145 | var symbol = node.localSymbol; |
no test coverage detected