pub fn is_variable_reassignment( tree: &Tree, var_name: &str, use_range: Range, code: &str, ) -> bool
Check if a variable usage is a reassignment (x = value or x := value after initial declaration)