Here is the test code:
class AAA { AAA(int a){;} int m_b; }; AAA()
I don't see the call tip for the constructor function AAA()
Still happens
Log in to post a comment.
Still happens