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

Unified Diff: pkg/front_end/lib/src/fasta/parser.dart

Issue 2876813002: Implement generalized function types. (Closed)
Patch Set: Address comments. Created 3 years, 7 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/front_end/lib/src/fasta/parser.dart
diff --git a/pkg/front_end/lib/src/fasta/parser.dart b/pkg/front_end/lib/src/fasta/parser.dart
index 81d1b6bad868aeda73fd7004c83c971582a7cc54..3d4ba49402f9828c234ea691c67bf3d7c47ec702 100644
--- a/pkg/front_end/lib/src/fasta/parser.dart
+++ b/pkg/front_end/lib/src/fasta/parser.dart
@@ -12,7 +12,7 @@ import 'parser/parser.dart' show Parser;
import 'parser/listener.dart' show ParserError;
-export 'parser/parser.dart' show Parser, optional;
+export 'parser/parser.dart' show MemberKind, Parser, optional;
export 'parser/listener.dart' show Listener, ParserError;
« no previous file with comments | « pkg/front_end/lib/src/fasta/modifier.dart ('k') | pkg/front_end/lib/src/fasta/parser/identifier_context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698