[BUG] Rename Not Working correctly
Closed this issue · 1 comments
jonnyboyC commented
Describe the bug
Unsure if this has always been broken or was introduced as part of a regression.
To Reproduce
Simplest example is as follows
local a is 10.
// ^---- rename a to anything else
set a to 5.
Both the declaration and set should now be the rename target
Expected behavior
It should work.