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

Unified Diff: tests/corelib/apply2_test.dart

Issue 11021008: Added 'dynamic' keyword, so that 'Dynamic' can be deprecated. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated tests status file with entered co19 issue. Created 8 years, 2 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: tests/corelib/apply2_test.dart
diff --git a/tests/corelib/apply2_test.dart b/tests/corelib/apply2_test.dart
index 51166b6ba7fd94e2c37ae0c7f3e0e88dbc6134b4..71c1488842d8b492b514f100ab88c74281bb0314 100644
--- a/tests/corelib/apply2_test.dart
+++ b/tests/corelib/apply2_test.dart
@@ -9,7 +9,7 @@ apply(Function function, ArgumentDescriptor args) {
class ArgumentDescriptor {
final List positionalArguments;
- final Map<String, Dynamic> namedArguments;
+ final Map<String, dynamic> namedArguments;
ArgumentDescriptor(this.positionalArguments, this.namedArguments);
}
« tests/co19/co19-dart2dart.status ('K') | « tests/compiler/dart2js/unparser2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698