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

Unified Diff: dart/tests/lib/mirrors/reflect_model_test.dart

Issue 16728005: Fix two type errors and dart2dart status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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
« no previous file with comments | « dart/tests/language/language.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/mirrors/reflect_model_test.dart
diff --git a/dart/tests/lib/mirrors/reflect_model_test.dart b/dart/tests/lib/mirrors/reflect_model_test.dart
index 6f9b0f7c7ad82839cd2233c4d435d89f89a371da..e96124afde1c18f260aaeaa5426c72218cefce41 100644
--- a/dart/tests/lib/mirrors/reflect_model_test.dart
+++ b/dart/tests/lib/mirrors/reflect_model_test.dart
@@ -12,7 +12,7 @@ import 'model.dart';
isNoSuchMethodError(e) => e is NoSuchMethodError;
-name(Declaration mirror) {
+name(DeclarationMirror mirror) {
return (mirror == null) ? '<null>' : stringify(mirror.simpleName);
}
« no previous file with comments | « dart/tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698