Skip to content

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

Closed
VSadov wants to merge 2 commits intodotnet:masterfrom
VSadov:useNewFeatures73
Closed

[WIP] Use 7.3 feature in Roslyn codebase.#26092
VSadov wants to merge 2 commits intodotnet:masterfrom
VSadov:useNewFeatures73

Conversation

@VSadov
Copy link
Copy Markdown
Member

@VSadov VSadov commented Apr 11, 2018

No description provided.

@VSadov VSadov requested review from a team as code owners April 11, 2018 01:03
{
Node currentNode = node;
do
for(Node currentNode = node; currentNode != null; currentNode = currentNode.Next)
Copy link
Copy Markdown
Contributor

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
Copy Markdown
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