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

Unified Diff: utils/tests/template/complex_datamodel.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « utils/tests/string_encoding/dunit.dart ('k') | utils/tests/template/sample.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/template/complex_datamodel.dart
diff --git a/utils/tests/template/complex_datamodel.dart b/utils/tests/template/complex_datamodel.dart
index 3e37f687094ecb116540b9c50cc4cf7cf39d1486..b5bab35aa66af71ca39fb304e774a9fa7a486aba 100644
--- a/utils/tests/template/complex_datamodel.dart
+++ b/utils/tests/template/complex_datamodel.dart
@@ -33,7 +33,7 @@ class Metric {
}
}
-List<Person> get dataModel() {
+List<Person> get dataModel {
List<Person> persons = [];
List<Search> searches = [];
« no previous file with comments | « utils/tests/string_encoding/dunit.dart ('k') | utils/tests/template/sample.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698