| Index: runtime/bin/file.dart
|
| diff --git a/runtime/bin/file.dart b/runtime/bin/file.dart
|
| index 50fc5f8f3e079504448d7a9f2cab9c5c0cebe57b..7c91229fa6ceea8e0b22adf917b10c2e8c00e07b 100644
|
| --- a/runtime/bin/file.dart
|
| +++ b/runtime/bin/file.dart
|
| @@ -191,7 +191,6 @@ interface FileInputStream extends InputStream {
|
|
|
|
|
| interface FileOutputStream extends OutputStream {
|
| - void close();
|
| }
|
|
|
|
|
| @@ -200,3 +199,4 @@ class FileIOException implements Exception {
|
| String toString() => "FileIOException: $message";
|
| final String message;
|
| }
|
| +
|
|
|