https://bugs.kde.org/show_bug.cgi?id=202390
chaitanya srinivas ponnapalli <cponnapa...@mail.csuchico.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cponnapalli@mail.csuchico.e | |du --- Comment #2 from chaitanya srinivas ponnapalli <cponnapa...@mail.csuchico.edu> --- Created attachment 98696 --> https://bugs.kde.org/attachment.cgi?id=98696&action=edit kdevelop Assistant offers to declare the invalid member identifier with the correct structure types Reproduced the code given above containing the invalid variable member. Kdevelop assistant correctly highlights as an invalid identifier. However, it does NOT suggest either of the following fixes: (1) Declare void A::member() (2) Declare private void A::member() kdevelop rightly suggest that the invalid identifier 'member' should be declared either as a class or a struct. So, its working fine. -- You are receiving this mail because: You are watching all bug changes.