Bug 425093

Summary: type inference error
Product: [Applications] kdevelop Reporter: shuaixr <1025sxr>
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: minor    
Priority: NOR    
Version: 5.5.2   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot

Description shuaixr 2020-08-07 03:52:00 UTC
Created attachment 130691 [details]
screenshot

SUMMARY


STEPS TO REPRODUCE
1. In the main function, enter:
  const int i = 42;
  auto *p = &i;
2. Place the mouse over the *p


OBSERVED RESULT

const int* p

EXPECTED RESULT

int* p

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Manjaro
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 5.72.0
Qt Version: 5.15.0

ADDITIONAL INFORMATION