We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 (foo).bar already triggers it too, so it's not about the untyped itself:
(foo).bar
untyped
Input / Expected
class Main { public static function main() { (untyped foo).bar = function() { trace(); } } }
Broken output
The text was updated successfully, but these errors were encountered:
fixed indentation for anon function calls, fixes HaxeCheckstyle#315
5fe0aa0
fixed indentation of untyped assignment, fixes HaxeCheckstyle#326
fixed indentation for anon function calls, fixes #315 (#352)
3c7ca38
* fixed indentation for anon function calls, fixes #315 * fixed indentation of untyped assignment, fixes #326
Successfully merging a pull request may close this issue.
Describe the bug
(foo).bar
already triggers it too, so it's not about theuntyped
itself:Input / Expected
Broken output
The text was updated successfully, but these errors were encountered: