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

Unified Diff: test_reflectable/test/parameter_test.dart

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test_reflectable/test/implicit_getter_setter_test.dart ('k') | tool/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test_reflectable/test/parameter_test.dart
diff --git a/test_reflectable/test/parameter_test.dart b/test_reflectable/test/parameter_test.dart
index c37120ef30fb30b26567ba6c2b80e7d141f7bb89..32af1eb7c7f66299c4ead764d4b462b63a6fa7d6 100644
--- a/test_reflectable/test/parameter_test.dart
+++ b/test_reflectable/test/parameter_test.dart
@@ -11,6 +11,9 @@ library test_reflectable.test.parameter_test;
import 'package:reflectable/reflectable.dart';
import 'package:unittest/unittest.dart';
+// TODO(eernst) implement: Avoid testing the same things twice in this test and
+// in 'parameter_mirrors_test.dart'.
+
class MyReflectable extends Reflectable {
const MyReflectable()
: super(typeCapability, invokingCapability, declarationsCapability);
« no previous file with comments | « test_reflectable/test/implicit_getter_setter_test.dart ('k') | tool/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698