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

Unified Diff: pkg/mdv/test/mdv_test_utils.dart

Issue 26967004: add @MirrorsUsed to observe/polymer/polymer_exprs pkgs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix typo in comment Created 7 years, 2 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 | « no previous file | pkg/observe/lib/html.dart » ('j') | pkg/observe/lib/observe.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdv/test/mdv_test_utils.dart
diff --git a/pkg/mdv/test/mdv_test_utils.dart b/pkg/mdv/test/mdv_test_utils.dart
index 2d449cfeaa7258f08b10852d241cb28be5a3f7d1..97893de19d2d38c4dd2dc9e4aea57f56656be185 100644
--- a/pkg/mdv/test/mdv_test_utils.dart
+++ b/pkg/mdv/test/mdv_test_utils.dart
@@ -46,6 +46,7 @@ class FooBarModel extends ObservableBase {
FooBarModel([this.foo, this.bar]);
}
+@reflectable
class FooBarNotifyModel extends ChangeNotifierBase implements FooBarModel {
var _foo;
var _bar;
« no previous file with comments | « no previous file | pkg/observe/lib/html.dart » ('j') | pkg/observe/lib/observe.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698