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

Report an error for a misplaced :: token. #55828

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Conversation

AlekseyTs
Copy link
Contributor

Fixes #53021.

@AlekseyTs
Copy link
Contributor Author

@dotnet/roslyn-compiler Please review a small bug fix.

Copy link
Member

@333fred 333fred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (commit 1). I'm curious: what did we treat the :: as previously? A ., effectively?

@AlekseyTs
Copy link
Contributor Author

I'm curious: what did we treat the :: as previously? A ., effectively?

Correct.

@AlekseyTs
Copy link
Contributor Author

@dotnet/roslyn-compiler For a second review for a small bug fix.

@AlekseyTs AlekseyTs merged commit 94cb8ed into dotnet:main Aug 24, 2021
@ghost ghost added this to the Next milestone Aug 24, 2021
@dibarbet dibarbet modified the milestones: Next, 17.0.P4 Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A syntax error is missing for a misplaced ColonColon token in explicit interface implementation.
4 participants