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

Unified Diff: runtime/vm/scanner_test.cc

Issue 10928051: Remove more () from 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/vm/object_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/scanner_test.cc
diff --git a/runtime/vm/scanner_test.cc b/runtime/vm/scanner_test.cc
index fcf2e6d988ff65f4d3adf3f3b274383d3b69a140..36ae9946868c69dd2c1b428ca409295e73d367c7 100644
--- a/runtime/vm/scanner_test.cc
+++ b/runtime/vm/scanner_test.cc
@@ -361,8 +361,8 @@ void ScanLargeText() {
" PolarPoint(Number theta, Number radius)"
" : theta(theta), radius(radius) { }"
""
- " Number get x() { return radius * Math.cos(theta); }"
- " Number get y() { return radius * Math.sin(theta); }"
+ " Number get x { return radius * Math.cos(theta); }"
+ " Number get y { return radius * Math.sin(theta); }"
""
" const Number theta;"
" const Number radius;"
« no previous file with comments | « runtime/vm/object_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698