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

Side by Side Diff: test_reflectable/pubspec.yaml

Issue 1297503006: Clarifies the status of implicit accessors; fixed several related bugs. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Review response. Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « test_reflectable/.status ('k') | test_reflectable/test/implicit_getter_setter_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: test_reflectable 1 name: test_reflectable
2 description: > 2 description: >
3 This package contains tests which depend on package reflectable 3 This package contains tests which depend on package reflectable
4 and which are transformed by the transformer in that package. 4 and which are transformed by the transformer in that package.
5 version: 0.1.1 5 version: 0.1.1
6 author: The Dart Team <dart@google.com> 6 author: The Dart Team <dart@google.com>
7 homepage: https://www.github.com/dart-lang/reflectable/test_reflectable 7 homepage: https://www.github.com/dart-lang/reflectable/test_reflectable
8 dependencies: 8 dependencies:
9 reflectable: 9 reflectable:
10 path: ../reflectable 10 path: ../reflectable
(...skipping 29 matching lines...) Expand all
40 - test/name_clash_test.dart 40 - test/name_clash_test.dart
41 - test/metadata_name_clash_test.dart 41 - test/metadata_name_clash_test.dart
42 - test/invoker_test.dart 42 - test/invoker_test.dart
43 - test/invoker_operator_test.dart 43 - test/invoker_operator_test.dart
44 - test/type_relations_test.dart 44 - test/type_relations_test.dart
45 - test/exported_main_test.dart 45 - test/exported_main_test.dart
46 - test/invoke_toplevel_test.dart 46 - test/invoke_toplevel_test.dart
47 - test/parameter_mirrors_test.dart 47 - test/parameter_mirrors_test.dart
48 - test/parameter_test.dart 48 - test/parameter_test.dart
49 - test/field_test.dart 49 - test/field_test.dart
50 - test/implicit_getter_setter_test.dart
50 - $dart2js: 51 - $dart2js:
51 $include: [] 52 $include: []
OLDNEW
« no previous file with comments | « test_reflectable/.status ('k') | test_reflectable/test/implicit_getter_setter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698