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
Actual Behavior:
(12,9): error CS8352: Cannot use variable '(s2, _) = s2' in this context because it may expose referenced variables outside of their declaration scope
(12,19): error CS8350: This combination of arguments to 'Extensions.Deconstruct(Span, out Span, out Span)' is disallowed because it may expose variables referenced by parameter 'self' outside of their declaration scope
The text was updated successfully, but these errors were encountered:
Compile with VS 17.4.0 / csc 4.4.0-3.22518.13 (7856a68):
Expected Behavior:
No errors
Actual Behavior:
(12,9): error CS8352: Cannot use variable '(s2, _) = s2' in this context because it may expose referenced variables outside of their declaration scope
(12,19): error CS8350: This combination of arguments to 'Extensions.Deconstruct(Span, out Span, out Span)' is disallowed because it may expose variables referenced by parameter 'self' outside of their declaration scope
The text was updated successfully, but these errors were encountered: