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.
2 parents d8d04bf + a88a314 commit 3189557Copy full SHA for 3189557
README.md
@@ -83,6 +83,9 @@ const x = class {
83
}
84
```
85
86
+It’s not guaranteed to be the correct `x` in the above examples, because you could be
87
+accessing an overridden member of a subclass.
88
+
89
Also, with current proposal for private static fields and methods, its very easy to
90
run into errors at runtime when using `this` in a static method:
91
0 commit comments