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

Unified Diff: pkg/serialization/test/test_models.dart

Issue 11644030: Rename specialTreatmentFor, improve handling of constants as constructor parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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/serialization/test/test_models.dart
diff --git a/pkg/serialization/test/test_models.dart b/pkg/serialization/test/test_models.dart
index 3f1d27c4ea73061a44da31aaed41d3c54baf9011..0f4c417aedf5426a882c4cdfcc7dfe5cbb572786 100644
--- a/pkg/serialization/test/test_models.dart
+++ b/pkg/serialization/test/test_models.dart
@@ -13,6 +13,8 @@ class Person {
class Address {
String street, city, state, zip;
+ Address();
+ Address.with(this.street, this.city, this.state, this.zip);
}
class Various {
« pkg/serialization/lib/src/basic_rule.dart ('K') | « pkg/serialization/test/serialization_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698