If we have this: ```python x = 3 def x(): pass x = 4 ``` The version of the second SSA variable should be 2 to avoid name conflicts
If we have this:
The version of the second SSA variable should be 2 to avoid name conflicts