提交 77bbfccb 编写于 作者: A AlekseyTs

Fix a typo in a comment.

***NO_CI***
 (changeset 1395705)
上级 f1770776
......@@ -6311,7 +6311,7 @@ private BoundConditionalAccess BindConditionalAccessExpression(ConditionalAccess
if ((!accessType.IsReferenceType && !accessType.IsValueType) || accessType.IsPointerType())
{
// Assume result type of the access is void when result value isn't used and cannot be made nullable.
// We are not doing this for types that can be made nullable to still allow expression evalualuator to
// We are not doing this for types that can be made nullable to still allow expression evaluator to
// to get the value.
if (node.Parent?.Kind() == SyntaxKind.ExpressionStatement)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册