| Index: pkg/analyzer/lib/src/generated/testing/ast_factory.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/testing/ast_factory.dart b/pkg/analyzer/lib/src/generated/testing/ast_factory.dart
|
| index c77192cb8bc99166fdc81a8ad870d5ed2d811887..a2f01f19a747f4c2115016d1315e26bf42d1bc04 100644
|
| --- a/pkg/analyzer/lib/src/generated/testing/ast_factory.dart
|
| +++ b/pkg/analyzer/lib/src/generated/testing/ast_factory.dart
|
| @@ -800,6 +800,10 @@ class AstFactory {
|
| new MapLiteralEntry(
|
| string2(key), TokenFactory.tokenFromType(TokenType.COLON), value);
|
|
|
| + static MapLiteralEntry mapLiteralEntry2(Expression key, Expression value) =>
|
| + new MapLiteralEntry(
|
| + key, TokenFactory.tokenFromType(TokenType.COLON), value);
|
| +
|
| static MethodDeclaration methodDeclaration(
|
| Keyword modifier,
|
| TypeName returnType,
|
|
|