(leftType, lexicallyScopedIdentifier)
| 74573 | return links.resolvedSymbol; |
| 74574 | } |
| 74575 | function getPrivateIdentifierPropertyOfType(leftType, lexicallyScopedIdentifier) { |
| 74576 | return getPropertyOfType(leftType, lexicallyScopedIdentifier.escapedName); |
| 74577 | } |
| 74578 | function checkPrivateIdentifierPropertyAccess(leftType, right, lexicallyScopedIdentifier) { |
| 74579 | // Either the identifier could not be looked up in the lexical scope OR the lexically scoped identifier did not exist on the type. |
| 74580 | // Find a private identifier with the same description on the type. |
no test coverage detected