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

Unified Diff: lib/core/collection.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/compiler/implementation/typechecker.dart ('k') | lib/core/date.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/collection.dart
diff --git a/lib/core/collection.dart b/lib/core/collection.dart
index b6f656a635194edd69dd55aae5c50e27023e316a..189564c259e5c4a1970a52e946b50dd5cbc387ff 100644
--- a/lib/core/collection.dart
+++ b/lib/core/collection.dart
@@ -64,5 +64,5 @@ interface Collection<E> extends Iterable<E> {
/**
* Returns the number of elements in this collection.
*/
- int get length();
+ int get length;
}
« no previous file with comments | « lib/compiler/implementation/typechecker.dart ('k') | lib/core/date.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698