未验证 提交 60f516e5 编写于 作者: Y Youssef Victor 提交者: GitHub

Add missing span in tests

上级 8917e3a8
......@@ -1743,7 +1743,7 @@ public async Task WithThreadStaticAttribute_NoDiagnostic()
class Program
{
[ThreadStatic]
private static object t_obj;
private static object [|t_obj|];
}");
}
}
......
......@@ -976,7 +976,7 @@ End Class")
Class C
<ThreadStatic>
Private Shared t_obj As Object
Private Shared [|t_obj|] As Object
End Class")
End Function
End Class
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册