Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ const x = class {
}
```

It’s not guaranteed to be the correct `x` in the above examples, because you could be
accessing an overridden member of a subclass.

Also, with current proposal for private static fields and methods, its very easy to
run into errors at runtime when using `this` in a static method:

Expand Down