| Index: pkg/analyzer/test/generated/parser_test.dart
|
| diff --git a/pkg/analyzer/test/generated/parser_test.dart b/pkg/analyzer/test/generated/parser_test.dart
|
| index 62c6c6a8778717f95eb01354490f24e5d46a6d74..8f5da7040ba6bf18ede04181a9588be859d7fe43 100644
|
| --- a/pkg/analyzer/test/generated/parser_test.dart
|
| +++ b/pkg/analyzer/test/generated/parser_test.dart
|
| @@ -8151,7 +8151,7 @@ void''', []);
|
| }
|
|
|
| /**
|
| - * Invoke the method [Parser#computeStringValue] with the given argument.
|
| + * Invoke the method [Parser.computeStringValue] with the given argument.
|
| *
|
| * @param lexeme the argument to the method
|
| * @param first `true` if this is the first token in a string literal
|
| @@ -8166,7 +8166,7 @@ void''', []);
|
| }
|
|
|
| /**
|
| - * Invoke the method [Parser#createSyntheticIdentifier] with the parser set to the token
|
| + * Invoke the method [Parser.createSyntheticIdentifier] with the parser set to the token
|
| * stream produced by scanning the given source.
|
| *
|
| * @param source the source to be scanned to produce the token stream being tested
|
| @@ -8179,7 +8179,7 @@ void''', []);
|
| }
|
|
|
| /**
|
| - * Invoke the method [Parser#createSyntheticIdentifier] with the parser set to the token
|
| + * Invoke the method [Parser.createSyntheticIdentifier] with the parser set to the token
|
| * stream produced by scanning the given source.
|
| *
|
| * @param source the source to be scanned to produce the token stream being tested
|
| @@ -8192,7 +8192,7 @@ void''', []);
|
| }
|
|
|
| /**
|
| - * Invoke the method [Parser#isFunctionDeclaration] with the parser set to the token
|
| + * Invoke the method [Parser.isFunctionDeclaration] with the parser set to the token
|
| * stream produced by scanning the given source.
|
| *
|
| * @param source the source to be scanned to produce the token stream being tested
|
| @@ -8205,7 +8205,7 @@ void''', []);
|
| }
|
|
|
| /**
|
| - * Invoke the method [Parser#isFunctionExpression] with the parser set to the token stream
|
| + * Invoke the method [Parser.isFunctionExpression] with the parser set to the token stream
|
| * produced by scanning the given source.
|
| *
|
| * @param source the source to be scanned to produce the token stream being tested
|
| @@ -8227,7 +8227,7 @@ void''', []);
|
| }
|
|
|
| /**
|
| - * Invoke the method [Parser#isInitializedVariableDeclaration] with the parser set to the
|
| + * Invoke the method [Parser.isInitializedVariableDeclaration] with the parser set to the
|
| * token stream produced by scanning the given source.
|
| *
|
| * @param source the source to be scanned to produce the token stream being tested
|
| @@ -8240,7 +8240,7 @@ void''', []);
|
| }
|
|
|
| /**
|
| - * Invoke the method [Parser#isSwitchMember] with the parser set to the token stream
|
| + * Invoke the method [Parser.isSwitchMember] with the parser set to the token stream
|
| * produced by scanning the given source.
|
| *
|
| * @param source the source to be scanned to produce the token stream being tested
|
|
|