Commit 2023-03-29 23:55 8de09174

View on Github →

fix: alias FVarIds for change and clear_value (#2937) The tactics change ... at and clear_value do a revert/intro pattern, but the FVarIds before and after revert/intro weren't given an FVarAliasInfo record in the info tree. This could cause the unused variable linter to not see that variables were being used.

Estimated changes