We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d1a00 commit 3834862Copy full SHA for 3834862
standard/expressions.md
@@ -1305,7 +1305,6 @@ primary_no_array_creation_expression
1305
| anonymous_method_expression
1306
| pointer_member_access // unsafe code support
1307
| pointer_element_access // unsafe code support
1308
- | stackalloc_expression
1309
;
1310
```
1311
@@ -2722,6 +2721,7 @@ array_creation_expression
2722
2721
array_initializer?
2723
| 'new' array_type array_initializer
2724
| 'new' rank_specifier array_initializer
+ | stackalloc_expression
2725
2726
2727
0 commit comments