Skip to content

Fix cast simplification within ConditionalAccessExpression.#1915

Merged
mavasani merged 1 commit intodotnet:masterfrom
mavasani:CastSimplification
Apr 10, 2015
Merged

Fix cast simplification within ConditionalAccessExpression.#1915
mavasani merged 1 commit intodotnet:masterfrom
mavasani:CastSimplification

Conversation

@mavasani
Copy link
Contributor

Handle ConditionalAccessExpressionSyntax expressions within speculation analyzer to ensure that semantics of the conditional access expression and the WhenNotNull part don't change on cast simplication.

Fixes #253

Handle ConditionalAccessExpressionSyntax expressions within speculation analyzer to ensure that semantics of the conditional access expression and the WhenNotNull part don't change on cast simplication.

Fixes dotnet#253
@mavasani
Copy link
Contributor Author

@srivatsn @shyamnamboodiripad @jmarolf @heejaechang @tmeschter can you please review?

@srivatsn
Copy link
Contributor

👍

1 similar comment
@shyamnamboodiripad
Copy link
Contributor

👍

mavasani added a commit that referenced this pull request Apr 10, 2015
Fix cast simplification within ConditionalAccessExpression.

Handle ConditionalAccessExpressionSyntax expressions within speculation analyzer to ensure that semantics of the conditional access expression and the WhenNotNull part don't change on cast simplication.

Fixes #253
@mavasani mavasani merged commit 0235ccb into dotnet:master Apr 10, 2015
@mavasani mavasani deleted the CastSimplification branch April 10, 2015 18:59
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.

Incorrect remove-cast suggestion

5 participants