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

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/elements.dart

Issue 12082024: Use named arguments for messages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 7 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: sdk/lib/_internal/compiler/implementation/elements/elements.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
index 8d94a9d39dbf9f91da055432e25646126bd671c5..05545ecb839c74aec7ef5627823fa496e2b04575 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
@@ -444,12 +444,12 @@ class Elements {
abstract class ErroneousElement extends Element implements FunctionElement {
MessageKind get messageKind;
- List get messageArguments;
+ Map get messageArguments;
}
abstract class AmbiguousElement extends Element {
MessageKind get messageKind;
- List get messageArguments;
+ Map get messageArguments;
Element get existingElement;
Element get newElement;
}

Powered by Google App Engine
This is Rietveld 408576698