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

Unified Diff: runtime/tests/vm/dart/isolate_mirror_local_test.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 | « runtime/lib/weak_property.dart ('k') | samples/calculator/calcui.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/dart/isolate_mirror_local_test.dart
diff --git a/runtime/tests/vm/dart/isolate_mirror_local_test.dart b/runtime/tests/vm/dart/isolate_mirror_local_test.dart
index 0caade08501290107c239c11aa65b7df69242536..11dd4bcf5531a02497173750b7e6bbc8705c9834 100644
--- a/runtime/tests/vm/dart/isolate_mirror_local_test.dart
+++ b/runtime/tests/vm/dart/isolate_mirror_local_test.dart
@@ -28,7 +28,7 @@ int global_var = 0;
final int final_global_var = 0;
// Top-level getter and setter.
-int get myVar() { return 5; }
+int get myVar { return 5; }
int set myVar(x) {}
// This function will be invoked reflectively.
« no previous file with comments | « runtime/lib/weak_property.dart ('k') | samples/calculator/calcui.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698