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

Unified Diff: pkg/compiler/lib/src/elements/elements.dart

Issue 2968383002: Add ConstructorBodyEntity (Closed)
Patch Set: Created 3 years, 5 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/compiler/lib/src/elements/elements.dart
diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
index 245288c19a187b7afb5f3e535e06272e3653a441..4fc31e85fcfde3bd4711460ead6e2ce2b4dcda90 100644
--- a/pkg/compiler/lib/src/elements/elements.dart
+++ b/pkg/compiler/lib/src/elements/elements.dart
@@ -1412,7 +1412,8 @@ abstract class ConstructorElement extends MethodElement
/// JavaScript backend specific element for the body of constructor.
// TODO(johnniwinther): Remove this class from the element model.
-abstract class ConstructorBodyElement extends MethodElement {
+abstract class ConstructorBodyElement extends MethodElement
+ implements ConstructorBodyEntity {
ConstructorElement get constructor;
}

Powered by Google App Engine
This is Rietveld 408576698