Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.9.0
-
None
-
-
e9e8852f50eabf95a9d8006aee3696ed86d9755d (qt-creator/qt-creator/4.10)
Description
See snippet:
#include <string> #include <iostream> using namespace std; struct T { int a; }; int main() { T t{}; t.? cout << "Hello World!" << endl; return 0; }
auto-complete for t doesn't work if t is {}-initialized