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

SA1011 (Closing square brackets must be followed by a space) fires for increment and decrement operators) #1082

Closed
DavidMartynWood opened this issue Jul 28, 2015 · 1 comment
Assignees
Milestone

Comments

@DavidMartynWood
Copy link
Member

Example:

var i = new int[1];
i[0]++;

I'll grab this if you agree it needs fixing

@sharwell
Copy link
Member

Go ahead 👍

@sharwell sharwell added this to the 1.0.0 Beta 3 milestone Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants