We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286b10a commit 066fbfcCopy full SHA for 066fbfc
1 file changed
standard/types.md
@@ -54,16 +54,13 @@ interface_type
54
;
55
56
array_type
57
- : non_array_type rank_specifier+
+ : array_type nullable_type_annotation rank_specifier+
58
+ | non_array_type rank_specifier+
59
60
61
non_array_type
62
: value_type
- | class_type
63
- | interface_type
64
- | delegate_type
65
- | 'dynamic'
66
- | type_parameter
+ | (class_type | interface_type | delegate_type | 'dynamic' | type_parameter) nullable_type_annotation?
67
| pointer_type // unsafe code support
68
69
0 commit comments