Bug 425093 - type inference error
Summary: type inference error
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (show other bugs)
Version: 5.5.2
Platform: Manjaro Linux
: NOR minor
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-07 03:52 UTC by shuaixr
Modified: 2020-08-07 03:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot (16.95 KB, image/jpeg)
2020-08-07 03:52 UTC, shuaixr
Details

Note You need to log in before you can comment on or make changes to this bug.
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