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

Unified Diff: tests/language/field6a_negative_test.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « tests/language/field6_negative_test.dart ('k') | tests/language/local_function_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/field6a_negative_test.dart
diff --git a/tests/language/field6a_negative_test.dart b/tests/language/field6a_negative_test.dart
index 580a7313121f997e45b971f03c7e8a847a004912..348745ea636df2a86b291918b08fcc7158f6c1a6 100644
--- a/tests/language/field6a_negative_test.dart
+++ b/tests/language/field6a_negative_test.dart
@@ -5,7 +5,7 @@
// Should be an error because we have a function overriding a getter.
class A {
- int get a() {
+ int get a {
return 10;
}
int a() {
« no previous file with comments | « tests/language/field6_negative_test.dart ('k') | tests/language/local_function_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698