Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1020)

Unified Diff: lib/src/codegen/js_names.dart

Issue 1186683005: dart:mirrors (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/src/codegen/js_names.dart
diff --git a/lib/src/codegen/js_names.dart b/lib/src/codegen/js_names.dart
index e050532a4a35e22d240de3ae0db6b30abef564e8..38fc7d1e327fa509bf401a6eb398cc04b9bc718a 100644
--- a/lib/src/codegen/js_names.dart
+++ b/lib/src/codegen/js_names.dart
@@ -241,6 +241,7 @@ bool invalidVariableName(String keyword, {bool strictMode: true}) {
case "import":
case "in":
case "instanceof":
+ case "interface":
case "let":
case "new":
case "return":

Powered by Google App Engine
This is Rietveld 408576698