https://bugs.kde.org/show_bug.cgi?id=280720
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 98851 --> https://bugs.kde.org/attachment.cgi?id=98851&action=edit Data type displayed if a cast is used in array declaration Reproduced the steps as described in the issue: 1. Created array of bool as shown: bool Array[(int)4]; 2. The resultant datatype after pointing the mouse at it, is shown correctly as array of bool and not as "int Array". 3. The issue is fixed. 4. Attached screenshot for reference. -- You are receiving this mail because: You are watching all bug changes.