You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing C c = new( (with no space) stays as-is, but typing C c = new ( (with the space after new) completes to C c = new C(.
We should confirm whether or not we want that behavior for scenario with space.