Index: runtime/bin/file_impl.dart |
=================================================================== |
--- runtime/bin/file_impl.dart (revision 13683) |
+++ runtime/bin/file_impl.dart (working copy) |
@@ -99,7 +99,7 @@ |
return closed ? 0 : _data.length - _position; |
} |
- void pipe(OutputStream output, [bool close = true]) { |
+ void pipe(OutputStream output, {bool close: true}) { |
_pipe(this, output, close: close); |
} |