| Index: pkg/front_end/lib/src/scanner/token.dart
|
| diff --git a/pkg/front_end/lib/src/scanner/token.dart b/pkg/front_end/lib/src/scanner/token.dart
|
| index bb79852def499a7d91d581031944091042b34b1f..d20a1aff767e365fdc8fdc5ed9febd87b771dadc 100644
|
| --- a/pkg/front_end/lib/src/scanner/token.dart
|
| +++ b/pkg/front_end/lib/src/scanner/token.dart
|
| @@ -285,7 +285,7 @@ class Keyword {
|
|
|
| static const Keyword VAR = const Keyword("var");
|
|
|
| - static const Keyword VOID = const Keyword("void");
|
| + static const Keyword VOID = const Keyword("void", isBuiltIn: true);
|
|
|
| static const Keyword WHILE = const Keyword("while");
|
|
|
|
|