提交 be03ae09 编写于 作者: C CyrusNajmabadi

Fix test.

上级 f3004af6
......@@ -212,7 +212,7 @@ class C
{
void Foo(bool b)
{
string s1 = b ? {|FixAllInDocument:default|}(string) : defalut(string);
string s1 = b ? {|FixAllInDocument:default|}(string) : default(string);
}
}",
@"
......@@ -220,7 +220,7 @@ class C
{
void Foo(bool b)
{
string s1 = b ? default : defalut(string);
string s1 = b ? default : default(string);
}
}", parseOptions: s_parseOptions);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册