| 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 aa852871fde35b9c7be7f9cc6e965f18ac209e62..262a64ba8452a85cf495f75d359fc58aaa1c3315 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
|
| @@ -7,7 +7,7 @@ part of scanner;
|
| /**
|
| * A keyword in the Dart programming language.
|
| */
|
| -class Keyword extends Iterable<int> implements SourceString {
|
| +class Keyword extends IterableBase<int> implements SourceString {
|
| static const List<Keyword> values = const <Keyword> [
|
| const Keyword("assert"),
|
| const Keyword("break"),
|
|
|