| Index: sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart b/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
|
| index 3a6db1151f137b8f0c5168231d1237ed72c30a7d..5d3c9a81cf2fb33b057f6e169e41200684bff52c 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
|
| @@ -38,6 +38,7 @@ class Keyword extends Iterable<int> implements SourceString {
|
| const Keyword("var"),
|
| const Keyword("void"),
|
| const Keyword("while"),
|
| + const Keyword("with"),
|
|
|
| // TODO(ahe): Don't think this is a reserved word.
|
| // See: http://dartbug.com/5579
|
|
|