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

Unified Diff: pkg/docgen/test/multi_library_code/lib/test_lib2_bar.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_bar.dart
diff --git a/tests/language/deferred_constraints_lib2.dart b/pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart
similarity index 85%
copy from tests/language/deferred_constraints_lib2.dart
copy to pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart
index 830705f0cd4e96f3a5355dff33001eebc4b134fe..1a07d2bfcbec000ca259946fd3598f181039ec0b 100644
--- a/tests/language/deferred_constraints_lib2.dart
+++ b/pkg/docgen/test/multi_library_code/lib/test_lib2_bar.dart
@@ -2,6 +2,8 @@
// 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.
-foo() => 42;
+library test_lib2_bar;
-class C {}
+class Bar {
+
+}
« no previous file with comments | « pkg/docgen/test/multi_library_code/lib/test_lib2.dart ('k') | pkg/docgen/test/multi_library_code/lib/test_lib2_foo.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698