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

List patterns: IOperation #56008

Merged
merged 12 commits into from
Oct 28, 2021
Merged

Conversation

alrz
Copy link
Member

@alrz alrz commented Aug 30, 2021

Relates to API review #57194
Test plan: #51289


var comp = CreateCompilation(source);
VerifyOperationTreeAndDiagnosticsForTest<IsPatternExpressionSyntax>(comp, expectedOperationTree, expectedDiagnostics);
}
Copy link
Member

Choose a reason for hiding this comment

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

Consider also testing error scenario this is .. or this is .. 42

Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

LGTM Thanks (iteration 8)

@jcouv jcouv requested a review from 333fred October 26, 2021 03:41
@333fred
Copy link
Member

333fred commented Oct 26, 2021

Done review pass (commit 8)

@jcouv jcouv requested a review from 333fred October 27, 2021 19:36
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 12)

@jcouv jcouv merged commit 59a0608 into dotnet:features/list-patterns Oct 28, 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.

3 participants