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

SA1400 false positive on access modifier "file" #3588

Closed
bjornhellander opened this issue Dec 17, 2022 · 0 comments · Fixed by #3590
Closed

SA1400 false positive on access modifier "file" #3588

bjornhellander opened this issue Dec 17, 2022 · 0 comments · Fixed by #3590

Comments

@bjornhellander
Copy link
Contributor

bjornhellander commented Dec 17, 2022

The following code triggers SA1400, but should not:

file class TestClass
{
}

Tested with version 1.2.0-beta.435

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants