未验证 提交 036ba262 编写于 作者: K Kevin Ransom (msft) 提交者: GitHub

cp_pr_13065 (#13081)

上级 cbb1fe72
......@@ -5786,7 +5786,7 @@ and TcNonControlFlowExpr (env: TcEnv) f =
| NotedSourceConstruct.Combine
| NotedSourceConstruct.With
| NotedSourceConstruct.While
| NotedSourceConstruct.DelayOrQuoteOrRun ->
| NotedSourceConstruct.DelayOrQuoteOrRun ->
res, tpenv
| NotedSourceConstruct.None ->
// Skip outer debug point for "e1 && e2" and "e1 || e2"
......@@ -5865,7 +5865,6 @@ and TcExprUndelayed cenv (overallTy: OverallTy) env tpenv (synExpr: SynExpr) =
// e: ty
| SynExpr.Typed (synBodyExpr, synType, m) ->
TcNonControlFlowExpr env <| fun env ->
TcExprTypeAnnotated cenv overallTy env tpenv (synBodyExpr, synType, m)
// e :? ty
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册