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

Unified Diff: tests/lib/mirrors/class_mirror_location_other.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/class_mirror_location_other.dart
diff --git a/tests/language/regress_21998_lib2.dart b/tests/lib/mirrors/class_mirror_location_other.dart
similarity index 63%
copy from tests/language/regress_21998_lib2.dart
copy to tests/lib/mirrors/class_mirror_location_other.dart
index 8d1ac8934162980fe9353119e7b035bc27e59a09..eb94d21d6ce68ee04f4dfd525708b60708426d63 100644
--- a/tests/language/regress_21998_lib2.dart
+++ b/tests/lib/mirrors/class_mirror_location_other.dart
@@ -2,8 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library regress_21998_lib2;
+part of test.class_location;
-import 'dart:math';
+class ClassInOtherFile {}
-lib2_max(a, b) => max(a, b);
+ class SpaceIndentedInOtherFile {}
+
+ class TabIndentedInOtherFile {}

Powered by Google App Engine
This is Rietveld 408576698