Chromium Code Reviews| 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
|
| } |