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

Unified Diff: lib/src/backend/metadata.dart

Issue 1991303002: Hide some names from package:collection. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/runner/configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/backend/metadata.dart
diff --git a/lib/src/backend/metadata.dart b/lib/src/backend/metadata.dart
index 77d69e035f1d795de9cc185ee8b097a7645c93bd..03f8baaf9f55f7f79c83f00ff375526a06e2a6d1 100644
--- a/lib/src/backend/metadata.dart
+++ b/lib/src/backend/metadata.dart
@@ -5,7 +5,7 @@
import 'dart:collection';
import 'package:boolean_selector/boolean_selector.dart';
-import 'package:collection/collection.dart';
+import 'package:collection/collection.dart' hide mapMap, mergeMaps;
import '../frontend/skip.dart';
import '../frontend/timeout.dart';
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/runner/configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698