-
Notifications
You must be signed in to change notification settings - Fork 93
Milestone
Description
It looks as though string?[]
is not allowed by the current grammar, or any X?[]
when X
is a class_type, interface_type, delegate_type, 'dynamic', or type_parameter:
csharpstandard/standard/types.md
Lines 56 to 68 in 286b10a
array_type | |
: non_array_type rank_specifier+ | |
; | |
non_array_type | |
: value_type | |
| class_type | |
| interface_type | |
| delegate_type | |
| 'dynamic' | |
| type_parameter | |
| pointer_type // unsafe code support | |
; |
This extends the problem beyond arrays of nullable arrays, to arrays of nullable references of any kind.
Metadata
Metadata
Assignees
Labels
No labels