| Index: pkg/dev_compiler/tool/input_sdk/lib/io/file_impl.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/lib/io/file_impl.dart b/pkg/dev_compiler/tool/input_sdk/lib/io/file_impl.dart
|
| index a6fdde8e4d6e6390d3b5c3081e2f5e1ace3af4b3..7630f5c5ab1e7a90a058c7cbb1f0f9cfa7a679d9 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/lib/io/file_impl.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/lib/io/file_impl.dart
|
| @@ -212,7 +212,7 @@ class _FileStreamConsumer extends StreamConsumer<List<int>> {
|
| return completer.future;
|
| }
|
|
|
| - Future<File> close() =>
|
| + Future<RandomAccessFile> close() =>
|
| _openFuture.then((openedFile) => openedFile.close());
|
| }
|
|
|
|
|