提交 c0a056b8 编写于 作者: O Omar Tawfik 提交者: GitHub

Fix debug output for method type inference (#22649)

上级 7c87fb7d
......@@ -285,15 +285,7 @@ internal string Dump()
sb.Append(", ");
}
var refKind = GetRefKind(i);
if (refKind == RefKind.Out)
{
sb.Append("out ");
}
else if (refKind == RefKind.Ref)
{
sb.Append("ref ");
}
sb.Append(GetRefKind(i).ToParameterPrefix());
sb.Append(_formalParameterTypes[i]);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册