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

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

Issue 2730093002: Avoid crashing on function syntax. (Closed)
Patch Set: Update status. 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
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/builder/function_type_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/builder/builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/builder.dart b/pkg/front_end/lib/src/fasta/builder/builder.dart
index 666ac09e9902c2217ab60a0e853715f8122a0bff..5b2418bda4611934d0ed0739bf6ac0d4781ab738 100644
--- a/pkg/front_end/lib/src/fasta/builder/builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/builder.dart
@@ -54,6 +54,8 @@ export 'scope.dart' show AccessErrorBuilder;
export 'dynamic_type_builder.dart' show DynamicTypeBuilder;
+export 'function_type_builder.dart' show FunctionTypeBuilder;
+
import 'library_builder.dart' show LibraryBuilder;
abstract class Builder {
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/builder/function_type_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698