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

Unified Diff: pkg/args/args.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/utf/utf_core.dart ('k') | pkg/dartdoc/ast.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/args/args.dart
diff --git a/pkg/args/args.dart b/pkg/args/args.dart
index acc557aed722942b6141e16f18766c1518f80002..152fcc675d7c562fb588520e9788f73fd1534c1d 100644
--- a/pkg/args/args.dart
+++ b/pkg/args/args.dart
@@ -533,7 +533,7 @@ class ArgResults {
}
/** Get the names of the options as a [Collection]. */
- Collection<String> get options() => _options.getKeys();
+ Collection<String> get options => _options.getKeys();
}
class _Option {
« no previous file with comments | « lib/utf/utf_core.dart ('k') | pkg/dartdoc/ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698