Skip to content

Renamed variables that hide variables from outer scope

Vedran Miletić requested to merge vm-rename-variables-hide into main

Specifically:

  • parameter hides global variable
  • local variable hides global variable
  • loval variable hides parameter

Merge request reports