-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove stale comments #68557
Remove stale comments #68557
Conversation
@jcouv ptal. |
@@ -3732,7 +3732,6 @@ public unsafe static void Main() | |||
} | |||
"); | |||
|
|||
// Support for `using unsafe static` tracked by https://github.com/dotnet/roslyn/issues/67329 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment was about the using static C1<S<C0>*[]>;
scenario. Do we have the corresponding test scenario with "unsafe" added?
Same question for using static C1<S<C0>*[]>.E1;
below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done with review pass (iteration 1)
tests added @jcouv . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (iteration 2). Danke schön!
Fixes #67329