提交 eee918a5 编写于 作者: V vsadov

added workitem attributes

上级 9bb6ef0d
......@@ -3218,6 +3218,7 @@ static void Main(string[] args)
}
[Fact]
[WorkItem(17706, "https://github.com/dotnet/roslyn/issues/17706")]
public void SpillAwaitBeforeRefReordered()
{
string source = @"
......@@ -3253,6 +3254,7 @@ public static void Main()
}
[Fact]
[WorkItem(17706, "https://github.com/dotnet/roslyn/issues/17706")]
public void SpillRefBeforeAwaitReordered()
{
string source = @"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册