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

Unified Diff: pkg/compiler/lib/src/resolution/access_semantics.dart

Issue 1313323002: Add visitor methods specific to ??= to SemanticSendVisitor. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/compiler/lib/src/resolution/access_semantics.dart
diff --git a/pkg/compiler/lib/src/resolution/access_semantics.dart b/pkg/compiler/lib/src/resolution/access_semantics.dart
index ffe974eef1af3e0db16a1f82b7d72e36c2b0ef74..a41b86756d57e63cdcb437c85cd6340ab53bbf40 100644
--- a/pkg/compiler/lib/src/resolution/access_semantics.dart
+++ b/pkg/compiler/lib/src/resolution/access_semantics.dart
@@ -7,8 +7,6 @@
*/
library dart2js.access_semantics;
-import '../common/names.dart' show
- Names;
import '../constants/expressions.dart';
import '../elements/elements.dart';
import '../dart_types.dart';

Powered by Google App Engine
This is Rietveld 408576698