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

Unified Diff: pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart

Issue 1890973002: Clean up hints after a new hint was introduced (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart
diff --git a/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart b/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart
index dea288bc2edf5f9ee9ad56a268871b85f88c6f86..52eb74cf70dd1fbcbcab37eceef1e077972ab46e 100644
--- a/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart
+++ b/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart
@@ -5,7 +5,7 @@
library analysis_server.plugin.analysis.navigation.navigation_core;
import 'package:analysis_server/plugin/protocol/protocol.dart'
- show ElementKind, Location, NavigationRegion, NavigationTarget;
+ show ElementKind, Location;
import 'package:analyzer/src/generated/engine.dart' show AnalysisContext;
import 'package:analyzer/src/generated/source.dart' show Source;
« no previous file with comments | « no previous file | pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698