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

Unified Diff: pkg/polymer/test/prop_attr_reflection_test.dart

Issue 173003006: Use smoke in polymer and polymer_expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/polymer/test/prop_attr_reflection_test.dart
diff --git a/pkg/polymer/test/prop_attr_reflection_test.dart b/pkg/polymer/test/prop_attr_reflection_test.dart
index 79b9c8eb55be72baf4442909d72842bdea7108d5..e84fd76888c9d858b32a651d495f5a71310a9ef7 100644
--- a/pkg/polymer/test/prop_attr_reflection_test.dart
+++ b/pkg/polymer/test/prop_attr_reflection_test.dart
@@ -21,7 +21,8 @@ class XBar extends XFoo {
@observable int zot = 3;
@observable bool zim = false;
@observable String str = 'str';
- @observable Object obj;
+ // TODO(sigmund): change this type to Object (see dartbug.com/16962)
+ @observable var obj;
}
class XCompose extends PolymerElement {

Powered by Google App Engine
This is Rietveld 408576698