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

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

Issue 922023002: Implement DeclarationMirror.location for all but ParameterMirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/lib/mirrors/method_mirror_location_test.dart
diff --git a/tests/lib/mirrors/method_mirror_location_test.dart b/tests/lib/mirrors/method_mirror_location_test.dart
index 8d154fabd5cdc920e2932cb8fc73803377f9e3f8..446f313877dbda7266b7bc911a50632d7017ecd1 100644
--- a/tests/lib/mirrors/method_mirror_location_test.dart
+++ b/tests/lib/mirrors/method_mirror_location_test.dart
@@ -33,7 +33,7 @@ class ClassInMainFile {
method() {}
}
-topLevelInMainFile() {}
+void topLevelInMainFile() {}
spaceIdentedInMainFile() {}
tabIdentedInMainFile() {}

Powered by Google App Engine
This is Rietveld 408576698