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

Unified Diff: dart/tests/language/incr_op_test.dart

Issue 10829416: Update language tests to new getter syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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
Index: dart/tests/language/incr_op_test.dart
diff --git a/dart/tests/language/incr_op_test.dart b/dart/tests/language/incr_op_test.dart
index a87d3bd712ed14b01dedb23e6d707990b79b8923..be772e7829cd05a53d753303411ae38f254d85ea 100644
--- a/dart/tests/language/incr_op_test.dart
+++ b/dart/tests/language/incr_op_test.dart
@@ -9,7 +9,7 @@ class A {
yy = v;
}
- static get y() {
+ static get y {
return yy;
}
}
« no previous file with comments | « dart/tests/language/implicit_this_test.dart ('k') | dart/tests/language/instance_compound_assignment_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698