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

Unified Diff: pkg/analyzer/lib/src/context/context.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/context/context.dart
diff --git a/pkg/analyzer/lib/src/context/context.dart b/pkg/analyzer/lib/src/context/context.dart
index 29bc461d2ba51dfedd517b8cd5696374b29669f0..23cae4a19f758d42274dfcd27ce07939dd07b9c8 100644
--- a/pkg/analyzer/lib/src/context/context.dart
+++ b/pkg/analyzer/lib/src/context/context.dart
@@ -724,7 +724,7 @@ class AnalysisContextImpl implements InternalAnalysisContext {
ClassElement _classElement(String typeName, [List<String> parameterNames]) {
ClassElementImpl element =
- new ClassElementImpl_Class.forNode(AstFactory.identifier3(typeName));
+ new ClassElementImpl.forNode(AstFactory.identifier3(typeName));
element.supertype = objType;
InterfaceTypeImpl type = new InterfaceTypeImpl(element);
element.type = type;
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/dart/element/builder.dart » ('j') | pkg/analyzer/lib/src/task/strong_mode.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698