------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=130064 Summary: Using typeof keyword leads to syntax error highlighting. Product: kdevelop Version: 3.3.3 Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: prokher gmail com Version: 3.3.3 (using KDE KDE 3.5.3) Installed from: Ubuntu Packages OS: Linux Try to write in kdevelop something like that: typedef typeof(flat_roll_back->get_external_nets()); It is right c++ string of code that can be compiled without any errors, but kdevelop syntax checked marked that string as error. This is a bug i think.