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 262a64ba8452a85cf495f75d359fc58aaa1c3315..9138e0ff12829a9b85c1789ab6879a6f0dbaf47f 100644 |
--- a/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart |
+++ b/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart |
@@ -28,6 +28,7 @@ class Keyword extends IterableBase<int> implements SourceString { |
const Keyword("in"), |
const Keyword("new"), |
const Keyword("null"), |
+ const Keyword("rethrow"), |
const Keyword("return"), |
const Keyword("super"), |
const Keyword("switch"), |