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

Unified Diff: lib/coreimpl/linked_hash_map.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 | « lib/coreimpl/hash_map_set.dart ('k') | lib/coreimpl/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/coreimpl/linked_hash_map.dart
diff --git a/lib/coreimpl/linked_hash_map.dart b/lib/coreimpl/linked_hash_map.dart
index daa2062d20c4bb2d7441b71233d86b1ed878f5bc..4f25129f11dde7abf700661aceb1cb109db945bc 100644
--- a/lib/coreimpl/linked_hash_map.dart
+++ b/lib/coreimpl/linked_hash_map.dart
@@ -102,7 +102,7 @@ class LinkedHashMapImplementation<K extends Hashable, V>
});
}
- int get length() {
+ int get length {
return _map.length;
}
« no previous file with comments | « lib/coreimpl/hash_map_set.dart ('k') | lib/coreimpl/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698