Correct syntax.

上级 e2aa1297
......@@ -1849,7 +1849,7 @@ private void EnsureRootBoundForNullabilityIfNecessary()
// then take that state and run analysis on the statement or expression being speculated on.
// Currently, it will return incorrect info because it's just running analysis on the speculated
// part.
var binder = GetEnclosingBinder(GetAdjustedNodePosition(bindableRoot);
var binder = GetEnclosingBinder(GetAdjustedNodePosition(bindableRoot));
var boundRoot = Bind(binder, bindableRoot, diagnostics);
boundRoot = RewriteNullableBoundNodes(boundRoot, binder.Conversions, diagnostics);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册