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
The display for a stackalloc expression should be its type if it has one.
Fixesdotnet#26759
Additional tests are needed before integration into a product branch;
see dotnet#28968
The display for a stackalloc expression should be its type if it has one.
Fixes#26759
Additional tests are needed before integration into a product branch;
see #28968
Implement dotnet/csharplang#1412 by permitting
stackalloc
expressions to be used in nested expressions rather than only at the top-level.The text was updated successfully, but these errors were encountered: