Repro: change method to method2: ``` class myClass { public: void method(){} }; void myClass::method(){} void func() { myClass mc = myClass(); mc.method(); } ``` Bug: Squiggles appear (until the cursor position is changed).