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

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

Issue 2620363002: Introduce LibraryEntity (Closed)
Patch Set: Created 3 years, 11 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 e6cb031bac91f9d8c976907a32ee8e7fa78e2410..8267b1f5dcb2067e39bf8d1379955c69f83840a7 100644
--- a/pkg/compiler/lib/src/elements/elements.dart
+++ b/pkg/compiler/lib/src/elements/elements.dart
@@ -904,7 +904,7 @@ abstract class ExportElement extends Element {
}
abstract class LibraryElement extends Element
- implements ScopeContainerElement, AnalyzableElement {
+ implements ScopeContainerElement, AnalyzableElement, LibraryEntity {
/**
* The canonical uri for this library.
*
« no previous file with comments | « no previous file | pkg/compiler/lib/src/elements/entities.dart » ('j') | pkg/compiler/lib/src/elements/entities.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698