Skip to content

Commit

Permalink
Merge pull request #51700 from Cosifne/dev/shech/polifix
Browse files Browse the repository at this point in the history
PoliCheck fix
  • Loading branch information
Cosifne authored Mar 5, 2021
2 parents 688dfc3 + 45aa337 commit 2b07502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private static bool IsCompatible<TExpressionSyntax>(
// However, theoretically the public type from A could have a user-defined conversion.
// The alternative approach might be to map the type of the parameters back into B, and then
// classify the conversions in Project B, but that'll run into other issues if the experssions
// don't have a natural type (like default). We choose to ignore all potentially crazy cases here.
// don't have a natural type (like default). We choose to ignore all complicated cases here.
return false;
}

Expand Down

0 comments on commit 2b07502

Please sign in to comment.