Index: pkg/dart_scanner/lib/io.dart |
diff --git a/pkg/dart_scanner/lib/io.dart b/pkg/dart_scanner/lib/io.dart |
index 29c52f6f0cef8ad3118a84557b864f6e257da699..5e834a87f5da79ed64cd91d93389ee68769092c3 100644 |
--- a/pkg/dart_scanner/lib/io.dart |
+++ b/pkg/dart_scanner/lib/io.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
+library dart_scanner.io; |
+ |
import 'dart:async' show |
Future; |