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

Unified Diff: samples/dartcombat/setup.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 | « samples/dartcombat/grids.dart ('k') | samples/leap/leap_leg.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/dartcombat/setup.dart
diff --git a/samples/dartcombat/setup.dart b/samples/dartcombat/setup.dart
index 406c01b035dced7ca85b961eebb2312b487b85ce..d96bdcbedaeb609352f284e7493179d4abd5da6d 100644
--- a/samples/dartcombat/setup.dart
+++ b/samples/dartcombat/setup.dart
@@ -72,7 +72,7 @@ class FlakyProxy {
SendPort _target;
- SendPort get sendPort() => proxy.toSendPort();
+ SendPort get sendPort => proxy.toSendPort();
FlakyProxy(this._target) {
proxy = new ReceivePort();
« no previous file with comments | « samples/dartcombat/grids.dart ('k') | samples/leap/leap_leg.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698