Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-obvious property accesses #64

Open
jackbsteinberg opened this issue Sep 3, 2019 · 0 comments
Open

Non-obvious property accesses #64

jackbsteinberg opened this issue Sep 3, 2019 · 0 comments
Milestone

Comments

@jackbsteinberg
Copy link
Owner

Gets and sets can typically be detected by checking for property access expressions, but sometimes they will show up as "property accesses in disguise":

  • delete x.y
  • x.y++
  • x.y -= z

These cases need to be considered within the get/set mod

@domenic domenic added this to the Polish milestone Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants