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

Unified Diff: test/generated_sdk/lib/core/iterable.dart

Issue 1059583002: Extension method support to move us closer to a valid List implementation. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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: test/generated_sdk/lib/core/iterable.dart
diff --git a/test/generated_sdk/lib/core/iterable.dart b/test/generated_sdk/lib/core/iterable.dart
index d4f482b7ef2b3a23016e9fb5f3d943b6a6244c28..0a2df71f9de605053550a286151f9c60fd469910 100644
--- a/test/generated_sdk/lib/core/iterable.dart
+++ b/test/generated_sdk/lib/core/iterable.dart
@@ -31,6 +31,7 @@ part of dart.core;
* the iteration, which is typically signalled by throwing a
* [ConcurrentModificationError] when it is detected.
*/
+@SupportJsExtensionMethods()
abstract class Iterable<E> {
const Iterable();

Powered by Google App Engine
This is Rietveld 408576698