Skip to content

Commit

Permalink
remove the go-link
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-okrushko authored and shicks committed Jan 23, 2021
1 parent bfa7144 commit 87c5406
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,7 @@ <h4 id="properties-used-outside-of-class-lexical-scope">Properties used outside
should use <code>public</code>, but AngularJS should use <code>protected</code>.</p>

<p>TypeScript code must not not use <code>obj['foo']</code> to bypass the visibility of a
property. See
<a href="http://go/typescript/testing#export-private-visibility">testing and private visibility</a>
if you want to access protected fields from a test.</p>
property</p>

<section class="zippy">
Why?
Expand Down

0 comments on commit 87c5406

Please sign in to comment.