提交 790ba501 编写于 作者: V Victor Z

Fixed merge issue.

上级 3da4184d
...@@ -922,7 +922,7 @@ public int Foo(int[] array) ...@@ -922,7 +922,7 @@ public int Foo(int[] array)
.OrderBy(x => x) .OrderBy(x => x)
.Count(); .Count();
} }
}", ignoreTrivia: false); }");
} }
[WorkItem(21501, "https://github.com/dotnet/roslyn/issues/21501")] [WorkItem(21501, "https://github.com/dotnet/roslyn/issues/21501")]
...@@ -958,7 +958,7 @@ class C ...@@ -958,7 +958,7 @@ class C
.OrderBy(x => x) .OrderBy(x => x)
.Count(); /* Bar */ .Count(); /* Bar */
} }
}", ignoreTrivia: false); }");
} }
[WorkItem(21501, "https://github.com/dotnet/roslyn/issues/21501")] [WorkItem(21501, "https://github.com/dotnet/roslyn/issues/21501")]
...@@ -1038,7 +1038,7 @@ public void Foo(int[] array) ...@@ -1038,7 +1038,7 @@ public void Foo(int[] array)
.OrderBy(x => x) .OrderBy(x => x)
.Count(); .Count();
} }
}", ignoreTrivia: false); }");
} }
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册