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

Fix SA1508 #938

Closed
wants to merge 1 commit into from
Closed

Fix SA1508 #938

wants to merge 1 commit into from

Conversation

Maxwe11
Copy link
Member

@Maxwe11 Maxwe11 commented Jul 1, 2015

SA1508 throws ArgumentOutOfRange

SA1508 throws ArgumentOutOfRange
@pdelvo
Copy link
Member

pdelvo commented Jul 1, 2015

Could you include a test for this?

@vweijsters
Copy link
Contributor

Please add a test case that will reproduce the issue.

@Maxwe11
Copy link
Member Author

Maxwe11 commented Jul 1, 2015

Will try, but I'm not sure what's going wrong. Seems it was in moment of typing multiline comment

public void Bar(string s, int i, int i2) /* */
{
    var ints = new[] { 1, 2, 3 };
}

UPD
but now couldn't repro

@Maxwe11 Maxwe11 closed this Jul 1, 2015
@Maxwe11 Maxwe11 deleted the fix-SA1508 branch August 15, 2015 15:19
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

Successfully merging this pull request may close these issues.

3 participants