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
Ah, identified my error: I left the default is:open clause in the search, and didn't consider the possibility it had already been fixed, having updated to the latest released version this morning. Lesson learned!
This is a new one in C#7
The ability to also declare a variable using a type pattern causes the unnecessary parenthesis warning to appear.
This works, and correctly allows it with no warning:
This doesn't:
The inner parenthesis are reported as unnecessary, but they're definitely not.
The text was updated successfully, but these errors were encountered: