提交 0e6a6cf8 编写于 作者: Y yair halberstadt

Fix spelling, trailing whitespace

上级 9e21c56c
......@@ -2034,8 +2034,8 @@ private IOperation CreateBoundDiscardPatternOperation(BoundDiscardPattern boundN
private IOperation CreateUsingLocalDeclarationsOperation(BoundUsingLocalDeclarations boundNode)
{
//TODO: Implement UsingLocalDeclaration operations correctly.
// For now we return an implicit operationNone,
// and GetIoperationChildren will return a single child
// For now we return an implicit operationNone,
// and GetIOperationChildren will return a single child
// consisting of the using declaration parsed as if it were a standard variable declaration.
// See: https://github.com/dotnet/roslyn/issues/32100
return new CSharpLazyNoneOperation(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册