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

[WIP] Use 7.3 feature in Roslyn codebase. #26092

Closed
wants to merge 2 commits into from

Conversation

VSadov
Copy link
Member

@VSadov VSadov commented Apr 11, 2018

No description provided.

{
Node currentNode = node;
do
for(Node currentNode = node; currentNode != null; currentNode = currentNode.Next)
Copy link
Member

Choose a reason for hiding this comment

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

spacing.

@jcouv jcouv added this to the 15.8 milestone Apr 16, 2018
@jcouv jcouv added the Blocked label Apr 17, 2018
@VSadov
Copy link
Member Author

VSadov commented Apr 19, 2018

Since this was mostly an experiment. I will close this PR for now.

@VSadov VSadov closed this Apr 19, 2018
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.

3 participants