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

Unified Diff: pkg/intl/lib/src/intl_helpers.dart

Issue 11314019: Using 'interface' and 'abstract' for methods should produce error (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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
Index: pkg/intl/lib/src/intl_helpers.dart
diff --git a/pkg/intl/lib/src/intl_helpers.dart b/pkg/intl/lib/src/intl_helpers.dart
index 95facfdc121bed32e4d2157059af62a966ec3109..5b29f13b2d01aaf2ecc0677bf442901988062f0f 100644
--- a/pkg/intl/lib/src/intl_helpers.dart
+++ b/pkg/intl/lib/src/intl_helpers.dart
@@ -39,7 +39,7 @@ class LocaleDataException implements Exception {
* An abstract superclass for data readers to keep the type system happy.
*/
abstract class LocaleDataReader {
- abstract Future read(String locale);
+ Future read(String locale);
}
/**

Powered by Google App Engine
This is Rietveld 408576698