(type, id)
| 72647 | } |
| 72648 | return undefined; |
| 72649 | function tryGetPrivateIdentifierPropertyOfType(type, id) { |
| 72650 | var lexicallyScopedSymbol = lookupSymbolForPrivateIdentifierDeclaration(id.escapedText, id); |
| 72651 | return lexicallyScopedSymbol && getPrivateIdentifierPropertyOfType(type, lexicallyScopedSymbol); |
| 72652 | } |
| 72653 | } |
| 72654 | // In an assignment expression, the right operand is contextually typed by the type of the left operand. |
| 72655 | // Don't do this for assignment declarations unless there is a type tag on the assignment, to avoid circularity from checking the right operand. |
no test coverage detected
searching dependent graphs…