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

Unified Diff: pkg/analyzer/lib/src/generated/incremental_resolver.dart

Issue 2025233003: Rename ClassElementImpl and its subclasses. (Closed) Base URL: git@github.com:dart-lang/sdk.git@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
Index: pkg/analyzer/lib/src/generated/incremental_resolver.dart
diff --git a/pkg/analyzer/lib/src/generated/incremental_resolver.dart b/pkg/analyzer/lib/src/generated/incremental_resolver.dart
index 04f9153f24db07132022239b8be886a97636fb52..fe67af5aa7f0f803f6e178ea7ba49bdee2bc5d92 100644
--- a/pkg/analyzer/lib/src/generated/incremental_resolver.dart
+++ b/pkg/analyzer/lib/src/generated/incremental_resolver.dart
@@ -74,7 +74,7 @@ class DeclarationMatcher extends RecursiveAstVisitor {
* The class containing the AST nodes being visited, or `null` if we are not
* in the scope of a class.
*/
- ClassElementImpl _enclosingClass;
+ AbstractClassElementImpl _enclosingClass;
/**
* The parameter containing the AST nodes being visited, or `null` if we are not in the

Powered by Google App Engine
This is Rietveld 408576698