T O P I C R E V I E W |
Alexis Pautrot |
Posted - Sep 28 2010 : 08:39:19 AM Hi,
I don't know if you already have this one: Create from usage do not behaves the same depending on spacing between method name and parenthesis :
void Whatever() { MyCallToMethodA(); // <- creates a method MyCallToMethodB (); // <- creates a field, not a method }
Is this wanted ? |
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Nov 12 2010 : 3:34:43 PM case=50606 is fixed in build 1836 |
accord |
Posted - Sep 28 2010 : 2:47:12 PM I am seeing the same effect here. Thank you for the clear description.
case=50606 |