We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
self
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
Describe the bug In functions defined using the colon syntax, self is given the variable.parameter scope.
variable.parameter
To Reproduce Steps to reproduce the behavior:
function t:func() self.x = 0 end
Expected behavior self should be given the variable.language.self scope, like in 1.20.1.
variable.language.self
Screenshots Current behavior (1.20.2): Expected behavior (1.20.1):
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
73b5e9e
No branches or pull requests
Describe the bug
In functions defined using the colon syntax,
self
is given thevariable.parameter
scope.To Reproduce
Steps to reproduce the behavior:
function t:func() self.x = 0 end
)self
should bevariable.parameter
Expected behavior
self
should be given thevariable.language.self
scope, like in 1.20.1.Screenshots


Current behavior (1.20.2):
Expected behavior (1.20.1):
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: