| Index: pkg/kernel/lib/binary/tag.dart
|
| diff --git a/pkg/kernel/lib/binary/tag.dart b/pkg/kernel/lib/binary/tag.dart
|
| index 2131576b8f0d6b67778f30944d9615041596b2d8..4145acb706e1fc16fcd13cdf46c586c15656ab8c 100644
|
| --- a/pkg/kernel/lib/binary/tag.dart
|
| +++ b/pkg/kernel/lib/binary/tag.dart
|
| @@ -88,6 +88,7 @@ class Tag {
|
| static const int FunctionDeclaration = 79;
|
| static const int AsyncForInStatement = 80;
|
|
|
| + static const int TypedefType = 87;
|
| static const int VectorType = 88;
|
| static const int BottomType = 89;
|
| static const int InvalidType = 90;
|
|
|