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

Unified Diff: dart/tests/language/static_implicit_closure_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/skip_expression_test.dart ('k') | dart/tests/language/super_closure_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/static_implicit_closure_test.dart
diff --git a/dart/tests/language/static_implicit_closure_test.dart b/dart/tests/language/static_implicit_closure_test.dart
index 5fcbba7a0bf0fc8815c5529f1d88487e6ff79543..5835a264a94bbe2b181fee1e1b2a7c19d68584d7 100644
--- a/dart/tests/language/static_implicit_closure_test.dart
+++ b/dart/tests/language/static_implicit_closure_test.dart
@@ -7,7 +7,7 @@
class First {
First() {}
- static int get a() {
+ static int get a {
return 10;
}
static var b;
« no previous file with comments | « dart/tests/language/skip_expression_test.dart ('k') | dart/tests/language/super_closure_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698