Index: sdk/lib/io/file.dart |
diff --git a/sdk/lib/io/file.dart b/sdk/lib/io/file.dart |
index 4ebaa7072b4d5af62820ed16a4221d3e08101602..b65ab8a46900e84c7ab32af403a42e64bdfe40c9 100644 |
--- a/sdk/lib/io/file.dart |
+++ b/sdk/lib/io/file.dart |
@@ -205,8 +205,8 @@ abstract class File extends FileSystemEntity { |
* has an [:encoding:] property which can be changed after the |
* [IOSink] has been created. |
*/ |
- IOSink<File> openWrite({FileMode mode: FileMode.WRITE, |
- Encoding encoding: Encoding.UTF_8}); |
+ IOSink openWrite({FileMode mode: FileMode.WRITE, |
+ Encoding encoding: Encoding.UTF_8}); |
/** |
* Read the entire file contents as a list of bytes. Returns a |