未验证 提交 1b9bde2f 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update ConvertTupleToStructTests.cs

上级 bb4f5775
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Immutable;
using System.Threading.Tasks;
......@@ -470,7 +470,7 @@ class Test
{
void Method()
{
var t1 = [||](a: Foo(), b: Bar());
var t1 = [||](a: Goo(), b: Bar());
}
}
";
......@@ -479,7 +479,7 @@ class Test
{
void Method()
{
var t1 = new {|Rename:NewStruct|}(Foo(), Bar());
var t1 = new {|Rename:NewStruct|}(Goo(), Bar());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册