We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa7144 commit 87c5406Copy full SHA for 87c5406
tsguide.html
@@ -544,9 +544,7 @@ <h4 id="properties-used-outside-of-class-lexical-scope">Properties used outside
544
should use <code>public</code>, but AngularJS should use <code>protected</code>.</p>
545
546
<p>TypeScript code must not not use <code>obj['foo']</code> to bypass the visibility of a
547
-property. See
548
-<a href="http://go/typescript/testing#export-private-visibility">testing and private visibility</a>
549
-if you want to access protected fields from a test.</p>
+property</p>
550
551
<section class="zippy">
552
Why?
0 commit comments