Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.7.0
-
None
-
bde666724083126808507e46bc840eb601631a13
Description
...when a local variable is defined with the same name.
struct Foo { static int foo(); }; void bar() { int foo = Foo::foo(); }