Numbered Steps to Reproduce Problem: See code snippet.
Code Snippet (if applicable) to Reproduce Problem:
/proc/fizz(var/buzz, var/buzz)
world.log << buzz
/world/New()
fizz("one", "two")
Expected Results: Compiler error
Actual Results: "two"
Does the problem occur:
Every time? Or how often? Always
In other games? N/A
In other user accounts? N/A
On other computers? N/A
When does the problem NOT occur? N/A
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? It probably occurs in earlier versions
Workarounds: Use unique arg names