| 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 First Reported In: | 5.5.2 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | screenshot | ||
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