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

Unified Diff: test_reflectable/test/proxy_test.dart

Issue 1289933004: Implements support for reflection on parameters. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: 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
Index: test_reflectable/test/proxy_test.dart
diff --git a/test_reflectable/test/proxy_test.dart b/test_reflectable/test/proxy_test.dart
index a5814451bf547f2a798f2e120e66f3d16966c31e..d8c91ac3398b08505e8dbae37f8b61e1f41e7883 100644
--- a/test_reflectable/test/proxy_test.dart
+++ b/test_reflectable/test/proxy_test.dart
@@ -12,7 +12,7 @@ import 'package:unittest/unittest.dart';
class ProxyReflectable extends Reflectable {
const ProxyReflectable()
- : super(instanceInvokeCapability, typeCapability);
+ : super(instanceInvokeCapability, declarationsCapability);
}
const proxyReflectable = const ProxyReflectable();

Powered by Google App Engine
This is Rietveld 408576698