提交 e3490a1b 编写于 作者: C CyrusNajmabadi

Fix up tests.

上级 0b222e69
......@@ -112,14 +112,14 @@ class Z
int a;
string b;
public Z(string b)
public Z(int a)
{
this.b = b;
this.a = a;
}
public Z(int a)
public Z(string b)
{
this.a = a;
this.b = b;
}
}",
index: 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册