Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: pkg/analyzer/test/src/dart/ast/utilities_test.dart

Issue 2710393002: Revert "Add NormalFormalParameter.covariantKeyword setter and factory parameter." (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/test/src/dart/ast/utilities_test.dart
diff --git a/pkg/analyzer/test/src/dart/ast/utilities_test.dart b/pkg/analyzer/test/src/dart/ast/utilities_test.dart
index 67ee7659cf5c264d7f40a8d34423a369cbeb1b92..b818e5d2a44e1fe63c15274bac8e4b52effdde4d 100644
--- a/pkg/analyzer/test/src/dart/ast/utilities_test.dart
+++ b/pkg/analyzer/test/src/dart/ast/utilities_test.dart
@@ -1976,7 +1976,6 @@ class ToSourceVisitor2Test extends EngineTestCase {
null,
null,
null,
- null,
AstTestFactory.typeName4('A'),
TokenFactory.tokenFromKeyword(Keyword.THIS),
TokenFactory.tokenFromType(TokenType.PERIOD),
@@ -2509,7 +2508,6 @@ class ToSourceVisitor2Test extends EngineTestCase {
astFactory.functionTypedFormalParameter(
null,
null,
- null,
AstTestFactory.typeName4("T"),
AstTestFactory.identifier3('f'),
AstTestFactory.typeParameterList(['E']),
@@ -4332,7 +4330,6 @@ class ToSourceVisitorTest extends EngineTestCase {
null,
null,
null,
- null,
AstTestFactory.typeName4('A'),
TokenFactory.tokenFromKeyword(Keyword.THIS),
TokenFactory.tokenFromType(TokenType.PERIOD),
@@ -4865,7 +4862,6 @@ class ToSourceVisitorTest extends EngineTestCase {
astFactory.functionTypedFormalParameter(
null,
null,
- null,
AstTestFactory.typeName4("T"),
AstTestFactory.identifier3('f'),
AstTestFactory.typeParameterList(['E']),
« no previous file with comments | « pkg/analyzer/lib/src/generated/testing/ast_test_factory.dart ('k') | pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698