(type)
| 52285 | return [leftStr, rightStr]; |
| 52286 | } |
| 52287 | function getTypeNameForErrorDisplay(type) { |
| 52288 | return typeToString(type, /*enclosingDeclaration*/ undefined, 64 /* TypeFormatFlags.UseFullyQualifiedType */); |
| 52289 | } |
| 52290 | function symbolValueDeclarationIsContextSensitive(symbol) { |
| 52291 | return symbol && !!symbol.valueDeclaration && ts.isExpression(symbol.valueDeclaration) && !isContextSensitive(symbol.valueDeclaration); |
| 52292 | } |
no test coverage detected