Skip to content

Commit 9f80ebe

Browse files
committed
Attempt to fix left recursion
1 parent 2037e3f commit 9f80ebe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

standard/types.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,8 @@ array_type
5959
6060
non_array_type
6161
: value_type
62-
| class_type
63-
| interface_type
64-
| delegate_type
65-
| 'dynamic'
62+
| (class_type | interface_type | delegate_type | 'dynamic') nullable_type_annotation?
6663
| type_parameter
67-
| nullable_reference_type
6864
| pointer_type // unsafe code support
6965
;
7066

0 commit comments

Comments
 (0)