Skip to content

Commit 5fd66a3

Browse files
committed
Rename rules
1 parent 264734a commit 5fd66a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: standard/types.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,22 @@ nullable_type_annotation
7474
;
7575
7676
non_array_type
77-
: array_reference_type
77+
: non_array_reference_type
7878
| value_type
7979
| type_parameter
8080
| pointer_type // unsafe code support
8181
;
8282
83-
array_reference_type
84-
: non_nullable_array_reference_type
85-
| nullable_array_reference_type
83+
non_array_reference_type
84+
: non_nullable_non_array_reference_type
85+
| nullable_non_array_reference_type
8686
;
8787
88-
nullable_array_reference_type
89-
: non_nullable_array_reference_type nullable_type_annotation
88+
nullable_non_array_reference_type
89+
: non_nullable_non_array_reference_type nullable_type_annotation
9090
;
9191
92-
non_nullable_array_reference_type
92+
non_nullable_non_array_reference_type
9393
: class_type
9494
| interface_type
9595
| delegate_type

0 commit comments

Comments
 (0)