• A
    Change visit order for local function definite assignment (#14835) · 6dd3ecd5
    Andy Gocke 提交于
    This change visits the parameters before "replaying" reads+writes from
    calls of local functions for the purposes of definite assignment. This
    ordering is observable because a variable can be definitely assigned in
    the argument to the call, and then used inside the call.
    
    Fixes #14243
    6dd3ecd5
DataFlowPass.cs 95.1 KB