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

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

Issue 23633002: Implementation for ClosureMirror.findInContext. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Aaaaaaaaaand one more round of comments Created 7 years, 3 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/mirrors/closure_mirror_import1.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/closure_mirror_import2.dart
diff --git a/pkg/watcher/lib/watcher.dart b/tests/lib/mirrors/closure_mirror_import2.dart
similarity index 61%
copy from pkg/watcher/lib/watcher.dart
copy to tests/lib/mirrors/closure_mirror_import2.dart
index c4824b8ec86518a118e48104d01b1efeb8a31680..a14b7a90567a2d5ed290eed861add66c26051922 100644
--- a/pkg/watcher/lib/watcher.dart
+++ b/tests/lib/mirrors/closure_mirror_import2.dart
@@ -2,7 +2,5 @@
// 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 watcher;
-
-export 'src/watch_event.dart';
-export 'src/directory_watcher.dart';
+var firstGlobalVariableInImport2 = "firstGlobalVariableInImport2";
+var secondGlobalVariableInImport2 = "secondGlobalVariableInImport2";
« no previous file with comments | « tests/lib/mirrors/closure_mirror_import1.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698