• W
    Setting next statement inside a scope with a lambda cause NRE · dfdc94b6
    Wonseok Chae 提交于
    This happens since setting next statement skips the closure initialization, which marks as hidden sequence point.
    
    In this PR, we emit a regular sequence point instead of a hidden sequence point to closure initialization whenever necessary, so IP move won't skip closure initialization.
    dfdc94b6
LambdaRewriter.cs 60.7 KB