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

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

Issue 1302333006: Support metadata on patches. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Remove partial renaming Created 5 years, 3 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 219349be5c646947254023dc13e9b68beea372ef..ff893582b977fe0be70a058ad2e06938ccb08256 100644
--- a/pkg/compiler/lib/src/elements/elements.dart
+++ b/pkg/compiler/lib/src/elements/elements.dart
@@ -182,7 +182,7 @@ abstract class Element implements Entity {
String get name;
ElementKind get kind;
Element get enclosingElement;
- Link<MetadataAnnotation> get metadata;
+ Iterable<MetadataAnnotation> get metadata;
/// `true` if this element is a library.
bool get isLibrary;

Powered by Google App Engine
This is Rietveld 408576698