https://bugs.kde.org/show_bug.cgi?id=425093
Bug ID: 425093
Summary: type inference error
Product: kdevelop
Version: 5.5.2
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: Language Support: CPP (Clang-based)
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 130691
--> https://bugs.kde.org/attachment.cgi?id=130691&action=edit
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
--
You are receiving this mail because:
You are watching all bug changes.