Bug #12105 2007-10-02 08:12
monsieur_moche
Inner classes methods ignored
class A
{
void DoSomething();
class B
{
void DoSomething();
};
};
With that code, DoSomething() is reported only once by the code completion toolbar, because both functions have the same name (and signature?).
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2010-10-15 14:05
- Assigned to
- loaden
History
loaden 2010-10-15 14:05
This bug has been already fixed in HEAD.
Thank you.