Fix test.

上级 f9c7ff0b
......@@ -75775,7 +75775,7 @@ static void F1(string? s)
var a2 = new C<T>() { F = t };
F(a2.F/*T:object?*/); // 3
var b2 = a2;
F(b2.F/*T:T!*/); // 4
F(b2.F/*T:object!*/); // 4
}
static void F(object o)
{
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册