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

Unified Diff: dart/tests/language/prefix21_good_lib.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
« no previous file with comments | « dart/tests/language/prefix21_bad_lib.dart ('k') | dart/tests/language/property_field_override_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/prefix21_good_lib.dart
diff --git a/dart/tests/language/prefix21_good_lib.dart b/dart/tests/language/prefix21_good_lib.dart
index 1f4dc020f1c54ac831fd47470910ef516dcf3d58..262ee93e94f99fd507aee0b1ccaebefb370034e7 100644
--- a/dart/tests/language/prefix21_good_lib.dart
+++ b/dart/tests/language/prefix21_good_lib.dart
@@ -8,6 +8,6 @@ int goodFunction(int x) {
return x;
}
-Function get getValue() {
+Function get getValue {
return goodFunction;
}
« no previous file with comments | « dart/tests/language/prefix21_bad_lib.dart ('k') | dart/tests/language/property_field_override_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698