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

Unified Diff: dart/tests/language/call_through_null_getter_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
« no previous file with comments | « dart/tests/language/call_through_getter_test.dart ('k') | dart/tests/language/cascade_precedence_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/call_through_null_getter_test.dart
diff --git a/dart/tests/language/call_through_null_getter_test.dart b/dart/tests/language/call_through_null_getter_test.dart
index b39884a6fcb469ddcd0ab4050eb5f5e3f84868ae..c53aefa6a52f409174735be26978cdc8656b189f 100644
--- a/dart/tests/language/call_through_null_getter_test.dart
+++ b/dart/tests/language/call_through_null_getter_test.dart
@@ -85,7 +85,7 @@ class A {
A() { }
var field;
- get getter() { return field; }
+ get getter { return field; }
method() { return field; }
}
« no previous file with comments | « dart/tests/language/call_through_getter_test.dart ('k') | dart/tests/language/cascade_precedence_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698