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

Unified Diff: pkg/docgen/test/multi_library_code/lib/test_lib2.dart

Issue 268583002: Access parameter data in Annotations, as well as fixed export visibility (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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: pkg/docgen/test/multi_library_code/lib/test_lib2.dart
diff --git a/tests/language/deferred_shadow_load_library_lib.dart b/pkg/docgen/test/multi_library_code/lib/test_lib2.dart
similarity index 81%
copy from tests/language/deferred_shadow_load_library_lib.dart
copy to pkg/docgen/test/multi_library_code/lib/test_lib2.dart
index e7811aaaf594ef108f931399a08ecb93761ccfdf..d9fa7ee49b2d9c3a08c5098746b69b8560a8ff4e 100644
--- a/tests/language/deferred_shadow_load_library_lib.dart
+++ b/pkg/docgen/test/multi_library_code/lib/test_lib2.dart
@@ -2,6 +2,6 @@
// 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.
-loadLibrary() => 42;
+library test_lib2;
-var trueVar = true;
+export 'test_lib2_foo.dart';
« no previous file with comments | « pkg/docgen/lib/src/models/model_helpers.dart ('k') | pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698