| Index: dart/lib/compiler/implementation/scanner/keyword.dart
|
| diff --git a/dart/lib/compiler/implementation/scanner/keyword.dart b/dart/lib/compiler/implementation/scanner/keyword.dart
|
| index 653d086f8afbe8569f528d35d838db80961bacda..66f0002c5a4e3d994053c1cc1a7dc794bbf4b6ea 100644
|
| --- a/dart/lib/compiler/implementation/scanner/keyword.dart
|
| +++ b/dart/lib/compiler/implementation/scanner/keyword.dart
|
| @@ -52,10 +52,12 @@ class Keyword implements SourceString {
|
| const Keyword("static", isBuiltIn: true),
|
| const Keyword("typedef", isBuiltIn: true),
|
|
|
| + const Keyword("export", isPseudo: true),
|
| const Keyword("hide", isPseudo: true),
|
| const Keyword("import", isPseudo: true),
|
| const Keyword("library", isPseudo: true),
|
| const Keyword("native", isPseudo: true),
|
| + const Keyword("of", isPseudo: true),
|
| const Keyword("on", isPseudo: true),
|
| const Keyword("part", isPseudo: true),
|
| const Keyword("show", isPseudo: true),
|
|
|