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

Unified Diff: pkg/dev_compiler/lib/src/compiler/js_metalet.dart

Issue 2803673007: fix #29233, final fields can be settable in a mock (Closed)
Patch Set: fix Created 3 years, 8 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: pkg/dev_compiler/lib/src/compiler/js_metalet.dart
diff --git a/pkg/dev_compiler/lib/src/compiler/js_metalet.dart b/pkg/dev_compiler/lib/src/compiler/js_metalet.dart
index 07f4615fabaf657f3dcfe410de651fb55e71bf43..7ae35a70be63671a786da028b8245c7774fee808 100644
--- a/pkg/dev_compiler/lib/src/compiler/js_metalet.dart
+++ b/pkg/dev_compiler/lib/src/compiler/js_metalet.dart
@@ -4,7 +4,6 @@
// TODO(jmesserly): import from its own package
import '../js_ast/js_ast.dart';
-import '../js_ast/precedence.dart';
import 'js_names.dart' show TemporaryId;

Powered by Google App Engine
This is Rietveld 408576698