Index: pkg/kernel/lib/binary/tag.dart |
diff --git a/pkg/kernel/lib/binary/tag.dart b/pkg/kernel/lib/binary/tag.dart |
index 4145acb706e1fc16fcd13cdf46c586c15656ab8c..f1a332ebfb83f0cf2b32dc6ddf9605620fbef891 100644 |
--- a/pkg/kernel/lib/binary/tag.dart |
+++ b/pkg/kernel/lib/binary/tag.dart |
@@ -9,6 +9,8 @@ class Tag { |
static const int Class = 2; |
+ static const int FunctionNode = 3; |
+ |
static const int Field = 4; |
static const int Constructor = 5; |
static const int Procedure = 6; |