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

Unified Diff: pkg/compiler/lib/src/world.dart

Issue 1346133002: Report hint on unmatched show and hide combinators. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Remove line-ending changes. Created 5 years, 3 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/world.dart
diff --git a/pkg/compiler/lib/src/world.dart b/pkg/compiler/lib/src/world.dart
index 6cfa45f9700bf74ff7d9ffbc36b8351f07834fe1..a06d69b73fcfe967d881eaa8df4a6d7c5f37cf13 100644
--- a/pkg/compiler/lib/src/world.dart
+++ b/pkg/compiler/lib/src/world.dart
@@ -11,10 +11,7 @@ import 'common/backend_api.dart' show
import 'common/registry.dart' show
Registry;
import 'compiler.dart' show
- invariant,
- Backend,
- Compiler,
- Registry;
+ Compiler;
import 'dart_types.dart';
import 'diagnostics/invariant.dart' show
invariant;
« no previous file with comments | « pkg/compiler/lib/src/scanner/string_scanner.dart ('k') | sdk/lib/_internal/js_runtime/lib/interceptors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698