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

Unified Diff: pkg/analysis_server/lib/src/analysis_server.dart

Issue 1927323002: Implement stable resolution of generic types without type arguments to their bounds. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merge and regenerate the task graph. 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/src/services/completion/dart/common_usage_sorter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/analysis_server.dart
diff --git a/pkg/analysis_server/lib/src/analysis_server.dart b/pkg/analysis_server/lib/src/analysis_server.dart
index 3950dee808f53b96165cc85be76ea1e2e1795801..a00ab31e97f8abab14b052a419e2e1347109f926 100644
--- a/pkg/analysis_server/lib/src/analysis_server.dart
+++ b/pkg/analysis_server/lib/src/analysis_server.dart
@@ -1420,7 +1420,7 @@ class AnalysisServer {
}
// if library has not been resolved yet, the unit will be resolved later
Source librarySource = librarySources[0];
- if (context.getResult(librarySource, LIBRARY_ELEMENT5) == null) {
+ if (context.getResult(librarySource, LIBRARY_ELEMENT6) == null) {
return null;
}
// if library has been already resolved, resolve unit
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/services/completion/dart/common_usage_sorter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698