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

Unified Diff: tests/lib/mirrors/library_with_annotated_declaration.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/library_with_annotated_declaration.dart
diff --git a/runtime/observatory/lib/cli.dart b/tests/lib/mirrors/library_with_annotated_declaration.dart
similarity index 62%
copy from runtime/observatory/lib/cli.dart
copy to tests/lib/mirrors/library_with_annotated_declaration.dart
index 607c58a919685c7fca635c1bf5acb02543720582..eeff40d1df7840971fc77fe189c52c493f0abfba 100644
--- a/runtime/observatory/lib/cli.dart
+++ b/tests/lib/mirrors/library_with_annotated_declaration.dart
@@ -2,8 +2,9 @@
// 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 cli;
+@metadata
+library library_with_annotated_declaration;
-import 'dart:async';
+const metadata = 'metadata';
-part 'src/cli/command.dart';
+class ClassInLibraryWithAnnotatedDeclaration {}
« no previous file with comments | « tests/lib/mirrors/class_mirror_location_test.dart ('k') | tests/lib/mirrors/library_without_declaration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698