| Index: pkg/compiler/lib/compiler.dart
|
| diff --git a/pkg/compiler/lib/compiler.dart b/pkg/compiler/lib/compiler.dart
|
| index e0306730f4457d379fd51d524b8ff9b73ce953a1..3b6a816649904c54801e2930bf5204fa3510953d 100644
|
| --- a/pkg/compiler/lib/compiler.dart
|
| +++ b/pkg/compiler/lib/compiler.dart
|
| @@ -29,7 +29,7 @@ import 'src/options.dart' show CompilerOptions;
|
| * expected to hold a zero element at the last position. If this is not the
|
| * case, the entire data structure is copied before scanning.
|
| */
|
| -typedef Future/*<String | List<int>>*/ CompilerInputProvider(Uri uri);
|
| +typedef Future /* <String | List<int>> */ CompilerInputProvider(Uri uri);
|
|
|
| /// Deprecated, please use [CompilerInputProvider] instead.
|
| typedef Future<String> ReadStringFromUri(Uri uri);
|
|
|