Assume I have the following code in C++ (already stripped down): int function;
f(function);
If I now use Extract Method on the second line, I just get: MyMethod();
So the parameter is ignored. This only happens if the parameter is called function. If I rename it, it works.
I'm using build 1549 for VC6.0 and VS2005 on Win XP.
Regards,
Marcus.