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

Unified Diff: sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart

Issue 11363252: Extend Iterable instead of implementing it. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Address Stephen's comments. Created 8 years, 1 month 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: sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart
diff --git a/sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart
index d5aede5f0f741d164e6b6b028ea0ab334743f514..5a6eb171c50dc0031485d941d2e6d215c13a6751 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart
@@ -120,7 +120,7 @@ class _MatchImplementation implements Match {
}
}
-class _AllMatchesIterable implements Iterable<Match> {
+class _AllMatchesIterable extends Iterable<Match> {
final JSSyntaxRegExp _re;
final String _str;
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/mirrors/mirrors_util.dart » ('j') | sdk/lib/utf/utf16.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698