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

Unified Diff: lib/binary/tag.dart

Issue 2460373002: Remove BlockExpression from the Kernel language. (Closed)
Patch Set: Incorporate review comments, format continuation.dart. Created 4 years, 1 month 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 | « lib/binary/ast_to_binary.dart ('k') | lib/text/ast_to_text.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/binary/tag.dart
diff --git a/lib/binary/tag.dart b/lib/binary/tag.dart
index eb2da45d99162945e9d14f5844133fa2a9f6b408..226b190427eae836ac41a9bb04f76881daeeb937 100644
--- a/lib/binary/tag.dart
+++ b/lib/binary/tag.dart
@@ -59,7 +59,6 @@ class Tag {
static const int AwaitExpression = 51;
static const int FunctionExpression = 52;
static const int Let = 53;
- static const int BlockExpression = 54;
static const int PositiveIntLiteral = 55;
static const int NegativeIntLiteral = 56;
static const int BigIntLiteral = 57;
« no previous file with comments | « lib/binary/ast_to_binary.dart ('k') | lib/text/ast_to_text.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698