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

Unified Diff: sdk/lib/core/invocation_mirror.dart

Issue 11312237: Dynamic -> dynamic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « sdk/lib/core/function.dart ('k') | sdk/lib/core/queue.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/invocation_mirror.dart
diff --git a/sdk/lib/core/invocation_mirror.dart b/sdk/lib/core/invocation_mirror.dart
index b83ced22324789e1ffe9dbc2c1332af314794f0d..68769e3133d1f787e6a18ab49b35b1db96472ec1 100644
--- a/sdk/lib/core/invocation_mirror.dart
+++ b/sdk/lib/core/invocation_mirror.dart
@@ -17,7 +17,7 @@ abstract class InvocationMirror {
List get positionalArguments;
/** An unmodifiable view of the named arguments of the call. */
- Map<String, Dynamic> get namedArguments;
+ Map<String, dynamic> get namedArguments;
/** Whether the invocation was a method call. */
bool get isMethod;
« no previous file with comments | « sdk/lib/core/function.dart ('k') | sdk/lib/core/queue.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698