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

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

Issue 2567133002: Add support for the new function-type syntax. (Closed)
Patch Set: Fixes after rebase. 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/front_end/lib/src/fasta/parser/error_kind.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/error_kind.dart b/pkg/front_end/lib/src/fasta/parser/error_kind.dart
index 6ee9eb87650dfe1ec72943ffa9c45a5ab94009a3..efca4dddabd518fe8a48e24010e8ec4f72ff5a71 100644
--- a/pkg/front_end/lib/src/fasta/parser/error_kind.dart
+++ b/pkg/front_end/lib/src/fasta/parser/error_kind.dart
@@ -30,6 +30,7 @@ enum ErrorKind {
ExpectedType,
ExtraneousModifier,
ExtraneousModifierReplace,
+ InvalidInlineFunctionType,
InvalidAwaitFor,
InvalidSyncModifier,
InvalidVoid,

Powered by Google App Engine
This is Rietveld 408576698