Skip to content

Commit a2cd777

Browse files
Nigel-Ecmajskeet
authored andcommitted
Fix x-refs.
1 parent 143bdc0 commit a2cd777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

standard/lexical-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The productions for:
5757
- *simple_name* ([§12.8.4](expressions.md#1284-simple-names)),
5858
- *member_access* ([§12.8.7](expressions.md#1287-member-access)),
5959
- *null_conditional_member_access* ([§12.8.8](expressions.md#1288-null-conditional-member-access)),
60-
- *dependent_access* ([§12.8.8](expressions.md#1288-dependent-access)),
60+
- *dependent_access* ([§12.8.8](expressions.md#1288-null-conditional-member-access)),
6161
- *base_access* ([§12.8.15](expressions.md#12815-base-access)) and
6262
- *pointer_member_access* ([§23.6.3](unsafe-code.md#2363-pointer-member-access));
6363

@@ -86,7 +86,7 @@ the token immediately following the closing `>` token shall be examined and if
8686
8787
then the *type_argument_list* shall be retained as part of the disambiguated production and any other possible parse of the sequence of tokens discarded. Otherwise, the tokens parsed as a *type_argument_list* shall not be considered to be part of the disambiguated production, even if there is no other possible parse of those tokens.
8888
89-
> *Note*: These disambiguation rules shall not be applied when parsing other productions even if they similarly end in “`identifier type_argument_list?`”; such productions shall be parsed as normal. Examples include: *namespace_or_type_name* ([§7.8](basic-concepts.md#78-namespace-and-type-names)); *named_entity* ([§12.8.23](expressions.md#12823-named-entity)); *null_conditional_projection_initializer* ([§12.8.8](expressions.md1288-null_conditional-projection-initializer)); and *qualified_alias_member* ([§14.8.1](namespaces.md#1481-qualified-alias-member)). *end note*
89+
> *Note*: These disambiguation rules shall not be applied when parsing other productions even if they similarly end in “`identifier type_argument_list?`”; such productions shall be parsed as normal. Examples include: *namespace_or_type_name* ([§7.8](basic-concepts.md#78-namespace-and-type-names)); *named_entity* ([§12.8.23](expressions.md#12823-the-nameof-operator)); *null_conditional_projection_initializer* ([§12.8.8](expressions.md1288-null-conditional-member-access)); and *qualified_alias_member* ([§14.8.1](namespaces.md#1481-general)). *end note*
9090
<!-- markdownlint-disable MD028 -->
9191
9292
<!-- markdownlint-enable MD028 -->

0 commit comments

Comments
 (0)