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

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
« no previous file with comments | « tests/lib/lib.status ('k') | tests/lib/mirrors/class_mirror_location_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/class_mirror_location_other.dart
diff --git a/tests/language/enum_duplicate_lib.dart b/tests/lib/mirrors/class_mirror_location_other.dart
similarity index 63%
copy from tests/language/enum_duplicate_lib.dart
copy to tests/lib/mirrors/class_mirror_location_other.dart
index b9c84f5109af8178afedae4313ab9056c08b263b..eb94d21d6ce68ee04f4dfd525708b60708426d63 100644
--- a/tests/language/enum_duplicate_lib.dart
+++ b/tests/lib/mirrors/class_mirror_location_other.dart
@@ -2,13 +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 enum_duplicate_lib;
+part of test.class_location;
-enum Enum1 {
- A,
- B,
-}
+class ClassInOtherFile {}
-class Enum2 {
- static Iterable get values => ['Enum2.A', 'Enum2.B'];
-}
+ class SpaceIndentedInOtherFile {}
+
+ class TabIndentedInOtherFile {}
« no previous file with comments | « tests/lib/lib.status ('k') | tests/lib/mirrors/class_mirror_location_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698