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

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

Issue 2996723002: Support typedef type literals (Closed)
Patch Set: Cleanup Created 3 years, 4 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/entities.dart
diff --git a/pkg/compiler/lib/src/elements/entities.dart b/pkg/compiler/lib/src/elements/entities.dart
index 30219525f0c70be85cf119326992368d3f3c0017..da25dbf92ed1d046fe81a32ece9f77f10f0edc1c 100644
--- a/pkg/compiler/lib/src/elements/entities.dart
+++ b/pkg/compiler/lib/src/elements/entities.dart
@@ -52,6 +52,7 @@ abstract class ClassEntity extends Entity {
}
abstract class TypedefEntity extends Entity {
+ /// The library in which the library was declared.
Siggi Cherem (dart-lang) 2017/08/09 16:38:06 => in which the *typedef*
Johnni Winther 2017/08/10 08:18:34 Done.
LibraryEntity get library;
}

Powered by Google App Engine
This is Rietveld 408576698