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

Unified Diff: dart/tests/language/type_variable_scope_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/top_level_prefixed_declaration_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/type_variable_scope_test.dart
diff --git a/dart/tests/language/type_variable_scope_test.dart b/dart/tests/language/type_variable_scope_test.dart
index 001f8713567901db7c97b0d4f9e431792211ccfc..3a3aa8e7d0a198006d6d2521e9ad108e61accd7a 100644
--- a/dart/tests/language/type_variable_scope_test.dart
+++ b/dart/tests/language/type_variable_scope_test.dart
@@ -27,7 +27,7 @@ class Foo<T> {
static
Foo<T> /// 04: dynamic type error
- get f() { return new Foo<String>(); }
+ get f { return new Foo<String>(); }
static void set f(
Foo<T> /// 05: dynamic type error
« no previous file with comments | « dart/tests/language/top_level_prefixed_declaration_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698