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
Currently they are target typed by teh element type of the expression. This is def not correct. To ensure things work properly, they should likely be target typed to something like ReadOnlySpan<ElementType> allowing the expressions there to both properly type, as well as have local scope for stack-allocing.
Currently they are target typed by teh element type of the expression. This is def not correct. To ensure things work properly, they should likely be target typed to something like
ReadOnlySpan<ElementType>
allowing the expressions there to both properly type, as well as have local scope for stack-allocing.Relates to test plan #66418
The text was updated successfully, but these errors were encountered: