提交 c4bcb499 编写于 作者: B Balaji Krishnan

update InteractiveIntroduceVariable test after..

.. new use var options. If you don't set options, you get default
options.
上级 4bc1b260
......@@ -123,7 +123,7 @@ public static void Main()
{
for (int i = 0; i < 10; i++)
{
var {|Rename:v|} = i + 1;
int {|Rename:v|} = i + 1;
Console.WriteLine(v);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册