We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2037e3f commit 9f80ebeCopy full SHA for 9f80ebe
1 file changed
standard/types.md
@@ -59,12 +59,8 @@ array_type
59
60
non_array_type
61
: value_type
62
- | class_type
63
- | interface_type
64
- | delegate_type
65
- | 'dynamic'
+ | (class_type | interface_type | delegate_type | 'dynamic') nullable_type_annotation?
66
| type_parameter
67
- | nullable_reference_type
68
| pointer_type // unsafe code support
69
;
70
0 commit comments