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

Unified Diff: lib/coreimpl/list.dart

Issue 10911325: Normalization of patch signatures. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Long lines fixed. 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
Index: lib/coreimpl/list.dart
diff --git a/lib/coreimpl/list.dart b/lib/coreimpl/list.dart
index 1018a8f0c317acbb7236cf4dd38ac95dc835b47f..c883b05ec23c58ddd8ef4824ad36c8fafd894634 100644
--- a/lib/coreimpl/list.dart
+++ b/lib/coreimpl/list.dart
@@ -27,5 +27,5 @@ class ListImplementation<E> {
return _from(other);
}
- external static _from(Iterable<E> other);
+ external static List _from(Iterable<E> other);
ahe 2012/09/17 07:35:04 <E> is wrong here. It is just a bogus type annotat
Anders Johnsen 2012/09/17 07:53:07 Ivan fixed http://code.google.com/p/dart/issues/de
Lasse Reichstein Nielsen 2012/09/17 11:32:43 Yes, please!
Johnni Winther 2012/09/19 09:03:30 I guess I'll let you do that. Not really into writ
}
« lib/core/regexp.dart ('K') | « lib/coreimpl/date.dart ('k') | lib/coreimpl/regexp.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698