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

Unified Diff: tool/input_sdk/lib/core/iterable.dart

Issue 1153003003: fixes #40, extension methods for primitive types (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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: tool/input_sdk/lib/core/iterable.dart
diff --git a/tool/input_sdk/lib/core/iterable.dart b/tool/input_sdk/lib/core/iterable.dart
index 0a2df71f9de605053550a286151f9c60fd469910..d4f482b7ef2b3a23016e9fb5f3d943b6a6244c28 100644
--- a/tool/input_sdk/lib/core/iterable.dart
+++ b/tool/input_sdk/lib/core/iterable.dart
@@ -31,7 +31,6 @@ 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