提交 9da39af6 编写于 作者: N Neal Gafter

Follow up on merge.

上级 d14dfaac
......@@ -1173,10 +1173,10 @@ protected override BoundNode VisitReturnStatementNoAdjust(BoundReturnStatement n
}
else
{
TypeSymbolWithAnnotations result = VisitRvalueWithState(expr);
var result = VisitRvalueWithState(expr);
if (_returnTypesOpt != null)
{
_returnTypesOpt.Add((node, result));
_returnTypesOpt.Add((node, result.ToTypeSymbolWithAnnotations()));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册