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

Unified Diff: lib/core/exceptions.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 | « lib/core/date.dart ('k') | lib/core/future.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/exceptions.dart
diff --git a/lib/core/exceptions.dart b/lib/core/exceptions.dart
index 3a47566757f9c5cf2b440023a42e851caaff46e4..7fe5ee10728f28ef7f622048b4b86a593402e87e 100644
--- a/lib/core/exceptions.dart
+++ b/lib/core/exceptions.dart
@@ -147,7 +147,7 @@ class NullPointerException implements Exception {
}
}
- String get exceptionName() => "NullPointerException";
+ String get exceptionName => "NullPointerException";
final String functionName;
final List arguments;
« no previous file with comments | « lib/core/date.dart ('k') | lib/core/future.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698