(symbol)
| 80915 | return flags & flagsToCheck; |
| 80916 | } |
| 80917 | function checkFunctionOrConstructorSymbol(symbol) { |
| 80918 | addLazyDiagnostic(function () { return checkFunctionOrConstructorSymbolWorker(symbol); }); |
| 80919 | } |
| 80920 | function checkFunctionOrConstructorSymbolWorker(symbol) { |
| 80921 | function getCanonicalOverload(overloads, implementation) { |
| 80922 | // Consider the canonical set of flags to be the flags of the bodyDeclaration or the first declaration |
no test coverage detected
searching dependent graphs…