(symbol)
| 56920 | return errorType; |
| 56921 | } |
| 56922 | function getNonMissingTypeOfSymbol(symbol) { |
| 56923 | return removeMissingType(getTypeOfSymbol(symbol), !!(symbol.flags & 16777216 /* SymbolFlags.Optional */)); |
| 56924 | } |
| 56925 | function isReferenceToType(type, target) { |
| 56926 | return type !== undefined |
| 56927 | && target !== undefined |
no test coverage detected