https://bugs.kde.org/show_bug.cgi?id=325476
Kevin Funk <kf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #3 from Kevin Funk <kf...@kde.org> --- Marking this bug as invalid. The initial code example has invalid code. a) no return type for `foo` b) use of class 'Test' requires template arguments. Fixing (a) + (b) fixes the problem and KDevelop 5.0 successfully provides completion hints. Code: ``` Test<void(int)> t; t. ``` -- You are receiving this mail because: You are watching all bug changes.