提交 2353f063 编写于 作者: C Cyrus Najmabadi

formatting

上级 91ef3765
......@@ -56,6 +56,7 @@ public async Task TestMissingWhenAlreadyAndExpressionBody()
{
await TestMissingAsync(
@"using System;
class C
{
void Goo()
......@@ -97,6 +98,7 @@ public async Task MissingWhenAlreadyHasBlockBody()
{
await TestMissingAsync(
@"using System;
class C
{
void Goo()
......@@ -1051,6 +1053,7 @@ public async Task UseExpressionBodyInMethod_FixAll1()
{
await TestInRegularAndScriptAsync(
@"using System;
class C
{
void Goo()
......@@ -1065,6 +1068,7 @@ void Goo()
}
}",
@"using System;
class C
{
void Goo()
......@@ -1079,6 +1083,7 @@ public async Task UseExpressionBodyInMethod_FixAll2()
{
await TestInRegularAndScriptAsync(
@"using System;
class C
{
void Goo()
......@@ -1093,6 +1098,7 @@ void Goo()
}
}",
@"using System;
class C
{
void Goo()
......@@ -1107,6 +1113,7 @@ public async Task UseBlockBodyInMethod_FixAll1()
{
await TestInRegularAndScriptAsync(
@"using System;
class C
{
void Goo()
......@@ -1115,6 +1122,7 @@ void Goo()
}
}",
@"using System;
class C
{
void Goo()
......@@ -1135,6 +1143,7 @@ public async Task UseBlockBodyInMethod_FixAll2()
{
await TestInRegularAndScriptAsync(
@"using System;
class C
{
void Goo()
......@@ -1143,6 +1152,7 @@ void Goo()
}
}",
@"using System;
class C
{
void Goo()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册