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

Unified Diff: lib/core/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/core/future.dart ('k') | lib/core/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/map.dart
diff --git a/lib/core/map.dart b/lib/core/map.dart
index a1f200389a71a30bd31d378bfd2f146d07db63ab..98519c949a7e93b4ab888f8ba5f895d2d425bf3d 100644
--- a/lib/core/map.dart
+++ b/lib/core/map.dart
@@ -79,7 +79,7 @@ interface Map<K, V> default HashMapImplementation<K extends Hashable, V> {
/**
* The number of {key, value} pairs in the map.
*/
- int get length();
+ int get length;
/**
* Returns true if there is no {key, value} pair in the map.
« no previous file with comments | « lib/core/future.dart ('k') | lib/core/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698