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

Unified Diff: pkg/analyzer/lib/src/summary/link.dart

Issue 2888653005: Fix declaration of GenericTypeAliasElementForLink. (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/summary/link.dart
diff --git a/pkg/analyzer/lib/src/summary/link.dart b/pkg/analyzer/lib/src/summary/link.dart
index e75f68ade554694e234de2a17f2df0379403be7d..c6ee957c478d260a803b329ef2d75f3c7a70824d 100644
--- a/pkg/analyzer/lib/src/summary/link.dart
+++ b/pkg/analyzer/lib/src/summary/link.dart
@@ -3248,7 +3248,7 @@ class GenericTypeAliasElementForLink extends Object
TypeParameterizedElementMixin,
ParameterParentElementForLink,
ReferenceableElementForLink
- implements FunctionTypeAliasElement, ElementImpl {
+ implements FunctionTypeAliasElementForLink, ElementImpl {
@override
final CompilationUnitElementForLink enclosingElement;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698