- 
    Bug 
- 
    Resolution: Fixed
- 
    P3: Somewhat important 
- 
    Qt Creator 4.7.0-beta1
- 
    None
void func()
{
    extern int foo;
    return; // Cursor on this line
}
The symbols combobox shows "foo -> int" as the "current context". See attached screenshot.