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
When writing tests in neg package we have the option of giving // error at the end of a line to indicate a compilation error on that line. The space between // and error is strictly required and I have spent a lot of time figuring out why my tests in the neg folder did not work. Apparently I missed the space.
Can we simplify this by treating both //error and // error as the same?