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

Rename of method or property does not rename quoted method call expression #1012

Open
eric-milles opened this issue Dec 30, 2019 · 0 comments

Comments

@eric-milles
Copy link
Member

Consider the following:

class C {
  Number n
  void meth(C that) {
    "setN"(42)
    this."setN"(42)
    that."setN"(42)
  }
}

Renaming property "n" does not in-turn rename the method call expressions that reference the property.

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

1 participant